aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-07-29 17:59:15 +0200
committerJay Berkenbilt <ejb@ql.org>2017-07-29 18:19:04 +0200
commit07d6f770b2a1c731cdf4f981ddc01466dbbc4ba0 (patch)
tree766194882af7049867e4e31b53af2918b25de13f /ChangeLog
parent39d7307f3f3531638c5dee09e2eeff8340362d3f (diff)
downloadqpdf-07d6f770b2a1c731cdf4f981ddc01466dbbc4ba0.tar.zst
Better recovery of bad stream start (fixes #104)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66245656..f1291515 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-07-29 Jay Berkenbilt <ejb@ql.org>
+ * Improve handling of files where the "stream" keyword is not
+ followed by proper line terminators. Fixes #104.
+
* Fix content stream parsing to handle cases of structures within
the stream split across stream boundaries. Fixes #73.