aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-07 00:30:31 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-07 00:34:23 +0200
commitc1def4ead4c578862ad6fcda35a9ca65be407893 (patch)
tree5695a6a6d782c0dfd4fa91e952a1d777ab8f067d /manual/release-notes.rst
parentd12734d76fb599c64a9b7fd6cc5a92dd1a90e0ee (diff)
downloadqpdf-c1def4ead4c578862ad6fcda35a9ca65be407893.tar.zst
Implement QPDFObjectHandle equality
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 60e90e12..d5ee4013 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -208,6 +208,11 @@ For a detailed list of changes, please see the file
generally not happen for correct code, but at least the
situation is detectible now.
+ - It is now possible to test ``QPDFObjectHandle`` equality with
+ ``==`` and ``!=``. Two ``QPDFObjectHandle`` objects are equal if
+ they point to the same underlying object, meaning changes to one
+ will be reflected in the other.
+
- Add new factory method ``QPDF::create()`` that returns a
``std::shared_ptr<QPDF>``.