aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-11-29 01:48:07 +0100
committerJay Berkenbilt <ejb@ql.org>2020-11-29 01:48:07 +0100
commit20509770999f705c25670bb14a8bb83aa1cc5b96 (patch)
tree58611570d449aae74f2f1ab61fbb97ab24300d25 /ChangeLog
parent78b9d6bfd4cbd3e947b1c5ffe73eb97b040e312a (diff)
downloadqpdf-20509770999f705c25670bb14a8bb83aa1cc5b96.tar.zst
Add QPDFObjectHandle manipulation to C API
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 696e43a6..ae5dd5c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-11-28 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new functions to the C API for manipulating
+ QPDFObjectHandles. The new functions allow creation and
+ modification of objects, which brings a lot of additional power to
+ the C API. See include/qpdf/qpdf-c.h for details and
+ examples/pdf-c-objects.c for a simple example.
+
2020-11-21 Jay Berkenbilt <ejb@ql.org>
* 10.0.4: release