aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-18 00:38:05 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commitaa0a379b37889caad022ec12fba76990b2e2e2d9 (patch)
tree6b8ca4c09078fca819dfcd0b374c78dfb1833ec3 /ChangeLog
parent5c5e5ca29b20877614d9b1c025b86707e67e548b (diff)
downloadqpdf-aa0a379b37889caad022ec12fba76990b2e2e2d9.tar.zst
Add JSON::isDictionary and JSON::isArray
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fa0d315..696915ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
to QPDFObjectHandle with corresponding functions added to the C
API. Thanks to m-holger for the contribution.
+2022-01-17 Jay Berkenbilt <ejb@ql.org>
+
+ * Add isDictionary and isArray to JSON
+
2022-01-11 Jay Berkenbilt <ejb@ql.org>
* Bug fix: add missing characters from PDF doc encoding.