summaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-19 19:52:19 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-19 20:30:45 +0100
commitea73bf72e0ff2577672eec405380456fa56bc6af (patch)
tree60de3d8de4d03a99a3391a4e286eb7893eb20408 /manual/release-notes.rst
parent92613a1eec543a00dd25dc6cdd407929323a811c (diff)
downloadqpdf-ea73bf72e0ff2577672eec405380456fa56bc6af.tar.zst
Further improvements to handling binary strings
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index e5d73c90..08187ae5 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -46,6 +46,12 @@ For a detailed list of changes, please see the file
- C API Enhancements
+ - Many thanks to M. Holger whose contributions have heavily
+ influenced these C API enhancements. His several suggestions,
+ pull requests, questions, and critical reading of documentation
+ and comments have resulted in significant usability improvements
+ to the C API.
+
- Overhaul error handling for the object handle functions C API.
Some rare error conditions that would previously have caused a
crash are now trapped and reported, and the functions that
@@ -80,6 +86,10 @@ For a detailed list of changes, please see the file
- Add ``qpdf_oh_get_type_code`` and ``qpdf_oh_get_type_name``.
+ - Add ``qpdf_oh_get_binary_string_value`` and
+ ``qpdf_oh_new_binary_string`` for making it easier to deal with
+ strings that contain embedded null characters.
+
10.4.0: November 16, 2021
- Handling of Weak Cryptography Algorithms