aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f673204..890d0f99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2024-02-17 Jay Berkenbilt <ejb@ql.org>
+
+ * Add ENABLE_COVERAGE cmake option to assist with generating
+ coverage reports.
+
+ * From M. Holger: add QPDFObjectHandle::writeJSON to directly
+ write a JSON representation to a pipeline. This is much faster
+ than writing the serialized result of getJSON.
+
+2024-02-11 Jay Berkenbilt <ejb@ql.org>
+
+ * The previous fix to #1056 was incomplete. When setting a check
+ box value, the previous fix allowed any value other than /Off to
+ mean checked. Now we also set the actual value based on the
+ allowable non-/Off value in the normal appearance dictionary.
+ Fixes #1056.
+
2024-02-03 Jay Berkenbilt <ejb@ql.org>
* Add fuzz testing for JSON.