From 4a4736c6954ab17d923a6d2968f34a33e09d714f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 5 Aug 2018 18:59:41 -0400 Subject: 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. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42598e8a..0fa9d10b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-08-05 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf