aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 801cf03b..a270f54f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-08-22 Jay Berkenbilt <ejb@ql.org>
+ * Add QPDFObjectHandle::isDirectNull() -- a const method that
+ allows determining whether an object is a literal null without
+ attempting to resolve it.
+
* Stop replacing indirect references to null with literal null in
arrays when writing output with QPDFWriter.