aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-06-05 18:33:36 +0200
committerJay Berkenbilt <ejb@ql.org>2022-06-18 15:02:55 +0200
commitf588d74140b2a86026929aa401c9852ec215d4af (patch)
tree27ce7d3e2143420d3747e510aaa2c95d243a40b2 /manual/release-notes.rst
parent3fe6a1f5e9810266c90a28b731f16f207b543ce3 (diff)
downloadqpdf-f588d74140b2a86026929aa401c9852ec215d4af.tar.zst
Add integer types to Pipeline::operator<<
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index b964df43..897e04b6 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -145,7 +145,8 @@ For a detailed list of changes, please see the file
- ``writeString``: writes a std::string
- - ``operator <<``: for null-terminated C strings and std::strings
+ - ``operator <<``: for null-terminated C strings, std::strings,
+ and integer types
- Add new ``Pipeline`` type ``Pl_OStream`` to write to a
``std::ostream``.