summaryrefslogtreecommitdiffstats
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 0f237206..036c2bca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2021-03-01 Jay Berkenbilt <ejb@ql.org>
+ * QPDFObjectHandle::ParserCallbacks: add virtual handleWarning
+ method, and provide default (empty) implementation of it and
+ handleEOF().
+
* Add QPDF::numWarnings() -- useful to tell whether any warnings
were issued by a specific bit of code.