Commit a5814d93026842f1728c7ba79de51ed334a78dc1

Authored by Jay Berkenbilt
1 parent ed8166b2

ChangeLog: fix errors in previous entries

Showing 1 changed file with 5 additions and 3 deletions
ChangeLog
... ... @@ -19,8 +19,10 @@
19 19 were, for some reason, calling this, just take the parameter away.
20 20  
21 21 * Source-level incompatibility: remove the version
22   - QPDF::copyForeignObject with an unused boolean parameter. If you
23   - were, for some reason, calling this, just take the parameter away.
  22 + QPDFTokenizer::expectInlineImage with no arguments. It didn't
  23 + produce correct inline images. This is a very low-level routine.
  24 + There is little reason to call it outside of qpdf's lexical
  25 + engine.
24 26  
25 27 * Source-level incompatibility: rename QUtil::strcasecmp to
26 28 QUtil::str_compare_nocase. This is a non-compatible change, but
... ... @@ -58,7 +60,7 @@
58 60 avoiding implicit conversion between unsigned and signed integer
59 61 types.
60 62  
61   - * Add QIC.hh, containing integer type converters that do range
  63 + * Add QIntC.hh, containing integer type converters that do range
62 64 checking.
63 65  
64 66 2019-06-18 Jay Berkenbilt <ejb@ql.org>
... ...