aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/release-notes.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index b378301e..990a0188 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -105,6 +105,18 @@ For a detailed list of changes, please see the file
``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:
+
+ - ``write``: overloaded version that takes `char const*` in
+ addition to the one that takes `unsigned char const*`
+
+ - ``writeCstr``: writes a null-terminated C string
+
+ - ``writeString``: writes a std::string
+
+ - ``operator <<``: for null-terminated C strings and std::strings
+
- Other changes
- A new chapter on contributing to qpdf has been added to the