aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-05 17:29:20 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-05 17:29:25 +0100
commitdd3b2cedd3164692925df1ef7414eb452343372f (patch)
tree3e6595626ca8840cefa09e346c3b3608dcad2b9e /ChangeLog
parentaf3f74de8cada6cc9fe0962164f4aca8393b7774 (diff)
downloadqpdf-dd3b2cedd3164692925df1ef7414eb452343372f.tar.zst
Update ChangeLog for contributions from m-holger
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dd3dead..c023fb40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2022-02-05 Jay Berkenbilt <ejb@ql.org>
+ * Add several new accessors to QPDFObjectHandle: the bool
+ getValueAsX(X&) accessors allow an alternative way to retrieve
+ values from QPDFObjectHandle objects and can result in more
+ concise code in many situations. Thanks to m-holger for the
+ contribution.
+
+ * Add qpdf_oh_new_binary_unicode_string and
+ qpdf_oh_get_binary_utf8_value to the C API. This makes it possible
+ to handle UTF-8-encoded strings with embedded NUL characters. Thanks
+ to m-holger for the contribution.
+
* Add a global user-defined string literal "_qpdf" as a shorthand
for QPDFObjectHandle::parse, allowing you to create
QPDFObjectHandle objects with