summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-12-28 13:53:59 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-12-28 13:53:59 +0000
commit92a70745ba213b299a496344e59b8b7c620ccdcf (patch)
treea2bc3663125d0281558b5a9a583991167588f855 /ChangeLog
parente5add45d2f1cb11e6a2370e7bf4fbd1d60ce306e (diff)
downloadpcre2-92a70745ba213b299a496344e59b8b7c620ccdcf.tar.gz
Add (?* and (?<* synonyms for non-atomic lookarounds.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1197 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df46cd5..84d7e44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,10 @@ now correctly backtracked, so this unnecessary restriction has been removed.
7. Added PCRE2_SUBSTITUTE_MATCHED.
+8. Added (?* and (?<* as synonms for (*napla: and (*naplb: to match another
+regex engine. The Perl regex folks are aware of this usage and have made a note
+about it.
+
Version 10.34 21-November-2019
------------------------------