aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-06 00:59:41 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-06 02:48:35 +0200
commit4a4736c6954ab17d923a6d2968f34a33e09d714f (patch)
tree16add8bf68ddba38a83cf0933238a95fcc77b7cd /ChangeLog
parent1619cad1e8ac6ba9cc87666caae9e71f20fd6b32 (diff)
downloadqpdf-4a4736c6954ab17d923a6d2968f34a33e09d714f.tar.zst
Fix EOL handling inside strings (fixes #226)
CR, CRLF, and LF are all supposed to be treated as LF; only one EOL is to be ignored after backslash.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42598e8a..0fa9d10b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2018-08-05 Jay Berkenbilt <ejb@ql.org>
+ * Bug fix: end of line characters were not properly handled inside
+ strings in some cases. Fixes #226.
+
* Bug fix: infinite loop on progress reporting for very small
files. Fixes #230.