aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 3d5b5cc5..ebbfd4f5 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -163,9 +163,13 @@ For a detailed list of changes, please see the file
- See examples :file:`examples/qpdfjob-save-attachment.cc` and
:file:`examples/qpdfjob-c-save-attachment.cc`.
- - New methods ``insertItemAndGet``, ``appendItemAndGet``,
- ``eraseItemAndGet``, ``replaceKeyAndGet``, and
- ``removeKeyAndGet`` return the newly added or removed object.
+ - In ``QPDFObjectHandle``, new methods ``insertItemAndGetNew``,
+ ``appendItemAndGetNew``, and ``replaceKeyAndGetNew`` return the
+ newly added item. New methods ``eraseItemAndGetOld``,
+ ``replaceKeyAndGetOld``, and ``removeKeyAndGetOld`` return the
+ item that was just removed or, in the case of
+ ``replaceKeyAndGetOld``, a ``null`` object if the object was not
+ previously there.
- Add new ``Pipeline`` methods to reduce the amount of casting that is
needed: