aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-03-04 21:40:56 +0100
committerJay Berkenbilt <ejb@ql.org>2021-03-04 21:59:46 +0100
commit0b77f2cf2646019331d3adc21985052319bdba4c (patch)
tree1035d1a1afdb8cd2a26ba1a258c1297b1d6e41cc /ChangeLog
parentf68e25c7f278bbfee095d43d4405a74df0bd22ff (diff)
downloadqpdf-0b77f2cf2646019331d3adc21985052319bdba4c.tar.zst
Revert non-binary-compatible handleWarning change -- see TODO (ABI)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 0 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index be57346e..8f63349a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,10 +51,6 @@
bugs where it removes unreferenced resources that it isn't
supposed to.
- * 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.