summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-12-12 18:45:40 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-12-12 18:45:40 +0000
commit0907578efad19db5f0106c7d4f095ec93ef1aa7c (patch)
tree6c0896fa64a0bb3eb9a0c1b63e0182a8759d9331 /ChangeLog
parent964cd0a2e247f9fd0d0c4937a467deb3740ac322 (diff)
downloadpcre2-0907578efad19db5f0106c7d4f095ec93ef1aa7c.tar.gz
Implement PCRE2_SUBSTITUTE_{OVERFLOW_LENGTH,UNKNOWN_UNSET}.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@465 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 e27b96b..c650e8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -386,6 +386,9 @@ possible to test it.
111. "Harden" pcre2test against ridiculously large values in modifiers and
command line arguments.
+112. Implemented PCRE2_SUBSTITUTE_UNKNOWN_UNSET and PCRE2_SUBSTITUTE_OVERFLOW_
+LENGTH.
+
Version 10.20 30-June-2015
--------------------------