aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 00:41:42 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 04:29:31 +0200
commit25dd3c67501663353ecdd881bb4322458466cbc0 (patch)
tree15713597cbd6c4b1fea70fb5dabaa38fce015bee /ChangeLog
parentc6cfd6450334cc09d3a984d710e3fcc26b809f0f (diff)
downloadqpdf-25dd3c67501663353ecdd881bb4322458466cbc0.tar.zst
Remove QPDF::copyForeignObject with unused parameter
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49a3c614..895a3431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-06-21 Jay Berkenbilt <ejb@ql.org>
+ * 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.