summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-17 19:28:11 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-17 19:28:11 +0100
commitfeafcc4e88798626c80840797822efbf55722716 (patch)
tree1eabc4f818084d56a25a9571d87823f8004c7b9f /ChangeLog
parenta0dbb71a64e6adb26f8f02881e8d0ea8476ee875 (diff)
downloadqpdf-feafcc4e88798626c80840797822efbf55722716.tar.zst
C API: add several stream functions (fixes #596)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7def42f5..d49a0e40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2021-12-17 Jay Berkenbilt <ejb@ql.org>
+ * C API: add functions for working with stream data. Search for
+ "STREAM FUNCTIONS" in qpdf-c.h. Fixes #596.
+
* QPDFObjectHandle object types have been moved from
QPDFObject::object_type_e to qpdf_object_type_e (defined in
Constants.h). Old values are available for backward compatibility.