summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cabf7efe..e27b680d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-06-21 Jay Berkenbilt <ejb@ql.org>
+
+ * Added QPDFObject::newUnicodeString and QPDFObject::unparseBinary
+ to allow for more convenient creation of strings that are
+ explicitly encoded in UTF-16 BE. This is useful for creating
+ Unicode strings that appear outside of content streams, such as in
+ page labels, outlines, form field values, etc.
+
2018-06-20 Jay Berkenbilt <ejb@ql.org>
* Added new classes QPDFAcroFormDocumentHelper,