summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-03-01 23:34:47 +0100
committerJay Berkenbilt <ejb@ql.org>2021-03-03 23:05:49 +0100
commita15ec6967dd3312223a6ab7d4198655234e1a4bf (patch)
tree1b0ebb6a44c4c527d6594c9c79fe9b2bef065299 /ChangeLog
parent1bb209a9bf5ade164cf1ba7c3b9399be70c45c24 (diff)
downloadqpdf-a15ec6967dd3312223a6ab7d4198655234e1a4bf.tar.zst
Enhancements to ParserCallbacks
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.