aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-04 00:54:44 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-04 00:54:51 +0200
commitf4206a0938318984f2e7ca8709154598addcfa64 (patch)
treed613b2c5483f6fe39fbde501e87bf834b1069a27 /manual/release-notes.rst
parent16139d97c83ba48ab31b0f7619bab77d6cdb79e6 (diff)
downloadqpdf-f4206a0938318984f2e7ca8709154598addcfa64.tar.zst
Add new Pl_String Pipeline
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index fdbd21b7..08e2fd52 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -120,6 +120,9 @@ For a detailed list of changes, please see the file
- Add new ``Pipeline`` type ``Pl_OStream`` to write to a
``std::ostream``.
+ - Add new ``Pipeline`` type ``Pl_String`` to append to a
+ ``std::string``.
+
- Other changes
- A new chapter on contributing to qpdf has been added to the