aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-10 19:37:01 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-10 19:37:07 +0100
commit8e0b15333228ab973571eec498af41d3cbb8ab63 (patch)
tree4b1e62c5e6f77e0dfea19c1208a1deee9c2514a1 /ChangeLog
parent72c10d8617c799432e28dabf1679b1a6f5245c02 (diff)
downloadqpdf-8e0b15333228ab973571eec498af41d3cbb8ab63.tar.zst
Expose QPDFObjectHandle::addTokenFilter (fixes #580)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 341ae8e4..9efbdc15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2021-12-10 Jay Berkenbilt <ejb@ql.org>
+ * Add missing QPDF_DLL to QPDFObjectHandle::addTokenFilter so that
+ it is actually accessible as part of the public interface as
+ intended. Fixes #580.
+
* C API: Overhaul how errors are handle the C API's object handle
interfaces. Clarify documentation regarding object accessors and
how type errors and warnings are handled. Many cases that used to