From 0132261ee06e9b94bdc011eb4dc3fcd3a403e5f3 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 7 Sep 2022 11:29:17 -0400 Subject: Revert getOwningQPDF, and add getQPDF that returns a reference --- manual/release-notes.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manual/release-notes.rst') 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 -- cgit v1.2.3-54-g00ecf