aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-17 20:28:20 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-17 20:28:20 +0100
commit59a64115a6468ec64bf3ba41c772e50fa9e5ee95 (patch)
tree20725e65f191982c960594133eeb30c54a4e0ce9 /ChangeLog
parentf6293bd94c0723cfa80b65572a2cd7cc6f976d04 (diff)
downloadqpdf-59a64115a6468ec64bf3ba41c772e50fa9e5ee95.tar.zst
ChangeLog/doc for previous commit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d49a0e40..2dc49e65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2021-12-17 Jay Berkenbilt <ejb@ql.org>
+ * C API: expose getTypeCode and getTypeName from QPDFObjectHandle.
+ Fixes #597.
+
* C API: add functions for working with stream data. Search for
"STREAM FUNCTIONS" in qpdf-c.h. Fixes #596.