aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-01 20:06:31 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-02 01:55:52 +0200
commit8d2a0eda5a76a341ae6b597f58e874d9e3bd571c (patch)
treeef5a23b3eb9115db14f37235f6b353eed50b6335 /ChangeLog
parentf5dd63819d9f0cab89d8558b3b9c596e5056c9b7 (diff)
downloadqpdf-8d2a0eda5a76a341ae6b597f58e874d9e3bd571c.tar.zst
Add reactors to the JSON parser
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a25db26d..827a6330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-05-01 Jay Berkenbilt <ejb@ql.org>
+
+ * JSON: add reactors to the JSON parser, making it possible to
+ react to JSON parsing events as they occur and to block the
+ results from being stored. This makes it possible to incrementally
+ parse arbitrarily large JSON inputs.
+
2022-04-30 Jay Berkenbilt <ejb@ql.org>
* QPDFWriter: change encryption API calls