summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-17 18:00:03 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-11-17 18:00:03 +0000
commit6f24087610e16343060c8aee11d151d0aeba850b (patch)
tree32f405b70b29a76528559201e84f283c417aef94 /ChangeLog
parent9660a9ee23143928ed55e00a8081f93c67613305 (diff)
downloadpcre-6f24087610e16343060c8aee11d151d0aeba850b.tar.gz
Forgot to update ChangeLog for previous commit.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1606 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99420ae..e0bb2ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -167,6 +167,9 @@ Version 8.38 27-October-2015
UCP mode. The POSIX class got lost, but only if the single character
followed it.
+45. [:punct:] in UCP mode was matching some characters in the range 128-255
+ that should not have been matched.
+
Version 8.37 28-April-2015
--------------------------