aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 18:32:32 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 22:57:51 +0200
commita5814d93026842f1728c7ba79de51ed334a78dc1 (patch)
treeb193a0837a5d1821b927d156a480e06c2e15e661 /ChangeLog
parented8166b21ea8c33328457912aad4f3e181bf255a (diff)
downloadqpdf-a5814d93026842f1728c7ba79de51ed334a78dc1.tar.zst
ChangeLog: fix errors in previous entries
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ad5bf1a6..17e0c973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,8 +19,10 @@
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.
+ QPDFTokenizer::expectInlineImage with no arguments. It didn't
+ produce correct inline images. This is a very low-level routine.
+ There is little reason to call it outside of qpdf's lexical
+ engine.
* Source-level incompatibility: rename QUtil::strcasecmp to
QUtil::str_compare_nocase. This is a non-compatible change, but
@@ -58,7 +60,7 @@
avoiding implicit conversion between unsigned and signed integer
types.
- * Add QIC.hh, containing integer type converters that do range
+ * Add QIntC.hh, containing integer type converters that do range
checking.
2019-06-18 Jay Berkenbilt <ejb@ql.org>