aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-08 21:57:33 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-09 12:19:09 +0200
commitf1a2d3160a1dbaf735cce597d0f6f40e76f7f223 (patch)
tree41721144a2d94d962f3de9b48ad58d18bfd838e0 /ChangeLog
parent66f1fd2ad9f2a4e3172bd07f6d71bb1321b0dce0 (diff)
downloadqpdf-f1a2d3160a1dbaf735cce597d0f6f40e76f7f223.tar.zst
Add JSON v2 support to C API
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 751b1aed..b7e793a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2022-09-08 Jay Berkenbilt <ejb@ql.org>
+ * Added new functions to the C API to support qpdf JSON:
+ qpdf_create_from_json_file, qpdf_create_from_json_data,
+ qpdf_update_from_json_file, qpdf_update_from_json_data, and
+ qpdf_write_json. Examples can be found in qpdf-ctest.c (in the
+ source tree), tests 42 through 47.
+
* Add QPDFObjectHandle::isDestroyed() to test whether an indirect
object was from a QPDF that has been destroyed.