aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-07 17:29:17 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-07 23:26:39 +0200
commit0132261ee06e9b94bdc011eb4dc3fcd3a403e5f3 (patch)
tree1d1d441bed9ca3621d6b0ee58aff664358311913 /manual/release-notes.rst
parentbac559559e7c218dd8a987cfebb395b2bc45eaee (diff)
downloadqpdf-0132261ee06e9b94bdc011eb4dc3fcd3a403e5f3.tar.zst
Revert getOwningQPDF, and add getQPDF that returns a reference
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 ada6d661..9cf09840 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.
+ - The method ``QPDFObjectHandle::getQPDF`` returns a ``QPDF&``
+ (rather than a ``QPDF*``) and is an alternative to
+ ``QPDFObjectHandle::getOwningQPDF`` for when the object is known
+ to have an owning ``QPDF``.
+
- 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