summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 00:49:09 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 04:29:31 +0200
commit45dac410b5f427bc8c8ea39cc04cc55ddb825671 (patch)
treeaffdf21d8dbe3d045296c4ebf93c07ebdf721a53 /ChangeLog
parent25dd3c67501663353ecdd881bb4322458466cbc0 (diff)
downloadqpdf-45dac410b5f427bc8c8ea39cc04cc55ddb825671.tar.zst
Remove broken QPDFTokenizer::expectInlineImage
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 895a3431..e555a10a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
QPDF::copyForeignObject with an unused boolean parameter. If you
were, for some reason, calling this, just take the parameter away.
+ * Source-level incompatibility: remove the version
+ QPDF::copyForeignObject with an unused boolean parameter. If you
+ were, for some reason, calling this, just take the parameter away.
+
* Source-level incompatibility: rename QUtil::strcasecmp to
QUtil::str_compare_nocase. This is a non-compatible change, but
QUtil::strcasecmp is hardly the most important part of qpdf's API.