summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-11 15:28:15 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-11 15:28:15 +0000
commit5e6a7641c60a1fcee8ae445be3511ce398c0baaa (patch)
tree29364e0ec3afdc096ba6a80d832bf93d6f803638 /ChangeLog
parentb8e06a0d98f6f985fdfdddc796e05148a8f13ba2 (diff)
downloadpcre2-5e6a7641c60a1fcee8ae445be3511ce398c0baaa.tar.gz
Fix *THEN verbs in lookahead assertions in JIT.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1204 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 78bcc0f..46230ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,8 @@ assertion could always be wrapped in a repeated group. The only restriction
that is now imposed is that an unlimited maximum is changed to one more than
the minimum.
+10. Fix *THEN verbs in lookahead assertions in JIT.
+
Version 10.34 21-November-2019
------------------------------