summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-25 15:50:44 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-25 15:50:44 +0000
commitb3f42a32920b20ae71988bc1d06a7148e0211925 (patch)
tree841a00e9c03cd3bdeb635cf53b13ef870b05f67d /ChangeLog
parente419efe5b230e6713d68cee7600fb2488fe9b624 (diff)
downloadpcre2-b3f42a32920b20ae71988bc1d06a7148e0211925.tar.gz
Ensure a newline after the final line in a file is output by pcre2grep.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1211 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48d423b..ffe653f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,9 @@ the minimum.
12. The JIT stack should be freed when the low-level stack allocation fails.
+13. In pcre2grep, if the final line in a scanned file is output but does not
+end with a newline sequence, add a newline according to the --newline setting.
+
Version 10.34 21-November-2019
------------------------------