aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/release-notes.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index d6ef1c9b..b5e4e150 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -73,6 +73,15 @@ For a detailed list of changes, please see the file
``QPDFNumberTreeObjectHelper`` constructors that don't take a
``QPDF&`` argument.
+ - Library Enhancements
+
+ - Support for more fluent programming with ``QPDFObjectHandle``.
+ The methods ``insertItem``, ``appendItem``, ``eraseItem``,
+ ``replaceKey``, and ``removeKey`` all return a reference to the
+ object being modified. New methods ``insertItemAndGet``,
+ ``appendItemAndGet``, ``eraseItemAndGet``, ``replaceKeyAndGet``,
+ and ``removeKeyAndGet`` return the newly added or removed object.
+
- Other changes
- A new chapter on contributing to qpdf has been added to the