summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-07-06 14:55:40 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-07-06 14:55:40 +0000
commit5a81f26cf832fa0900104fb3fb4a7d8c83dc6a42 (patch)
tree60f0e44d66b769245bb47c3f30526126fa6202a1 /ChangeLog
parent575b84a7bcbd63f54d933804ea5036642b93c0f7 (diff)
downloadpcre-5a81f26cf832fa0900104fb3fb4a7d8c83dc6a42.tar.gz
Ignore "show all captures" after DFA matching.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1661 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cdd73e..732d199 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@ Version 8.40 17-June-2016
3. Fix register overwite in JIT when SSE2 acceleration is enabled.
+4. Ignore "show all captures" (/=) for DFA matching.
+
Version 8.39 14-June-2016
-------------------------