summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01e43879..a81124bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* 2.2.3: release
+ * libqpdf/QPDF.cc (readObjectInternal): Accept the case of the
+ stream keyword being followed by carriage return by itself. While
+ this is not permitted by the specification, there are PDF files
+ that do this, and other readers can read them.
+
* libqpdf/Pl_QPDFTokenizer.cc (processChar): When an inline image
is detected, suspend normalization only up to the end of the
inline image rather than for the remainder of the content stream.