summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-31 05:24:09 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-31 16:38:10 +0100
commit1eb35a355f12f2edf69868b749f58c08ef58f1c6 (patch)
tree1c4d95f68ebf2cc9e3ec3145ea27803745b479df /ChangeLog
parent2b6c79bcaeee0548f3d7291876eb3821e14b8227 (diff)
downloadqpdf-1eb35a355f12f2edf69868b749f58c08ef58f1c6.tar.zst
Exclude space after ID in image data
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbe9357e..1481fa46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-01-30 Jay Berkenbilt <ejb@ql.org>
+ * Do not include space after ID operator in inline image data. The
+ token now correctly contains the image data, the EI operator,
+ and the delimiter that precedes the EI operator.
+
* Improve locating of an inline image's EI operator to correctly
handle the case of EI appearing inside the image data.