aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-10 20:57:11 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-10 20:57:35 +0100
commit1c62c2a3427e92846ddaaae44f864022b2aade4f (patch)
treefd4d89ad177dcdc170f764637cafcdda5f849bde /ChangeLog
parent8e0b15333228ab973571eec498af41d3cbb8ab63 (diff)
downloadqpdf-1c62c2a3427e92846ddaaae44f864022b2aade4f.tar.zst
C API: expose functions for indirect objects (fixes #588)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9efbdc15..f100817f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2021-12-10 Jay Berkenbilt <ejb@ql.org>
+ * C API: add qpdf_get_object_by_id, qpdf_make_indirect_object, and
+ qpdf_replace_object, exposing the corresponding methods in QPDF
+ and QPDFObjectHandle. Fixes #588.
+
* Add missing QPDF_DLL to QPDFObjectHandle::addTokenFilter so that
it is actually accessible as part of the public interface as
intended. Fixes #580.