summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-13 11:12:03 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-13 11:12:03 +0000
commitd6e7202265ea12fcc49bcfb3669f7d123af478a1 (patch)
tree7c92a20a01aee54ffe3c9113ec2a3e203db991af /ChangeLog
parentb5a16bc0e5067389da3903792951a3b1059f3d68 (diff)
downloadpcre2-d6e7202265ea12fcc49bcfb3669f7d123af478a1.tar.gz
Implement non-atomic positive assertions.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1130 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23589ac..e846d46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,6 +88,8 @@ otherwise), an atomic group, or a recursion.
17. Check for integer overflow when computing lookbehind lengths. Fixes
Clusterfuzz issue 15636.
+18. Implement non-atomic positive lookaround assertions.
+
Version 10.33 16-April-2019
---------------------------