aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-18 00:28:50 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-20 15:16:25 +0200
commit56f1b411feeb58b55e92ee77daffaa49c51b7dad (patch)
tree4337c0ada5ccc979f89af9aecf0873c087329c05 /manual/release-notes.rst
parent7e7a9c437982b7ede2af9cd0b12b3e47b4bc3a3d (diff)
downloadqpdf-56f1b411feeb58b55e92ee77daffaa49c51b7dad.tar.zst
Back out fluent QPDFObjectHandle methods. Keep the andGet methods.
I decided these were confusing and inconsistent with how JSON works. They muddle the API rather than improving it.
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index 043245f4..31ddabfd 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -98,12 +98,9 @@ For a detailed list of changes, please see the file
- 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.
+ - New methods ``insertItemAndGet``, ``appendItemAndGet``,
+ ``eraseItemAndGet``, ``replaceKeyAndGet``, and
+ ``removeKeyAndGet`` return the newly added or removed object.
- Add new ``Pipeline`` methods to reduce the amount of casting that is
needed: