summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fb9b9c..e05b74e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -84,6 +84,9 @@ Version 8.21
refactoring has had the pleasing side effect of removing one argument from
the match() function, thus reducing its stack requirements.
+19. If the /S+ option was used in pcretest to study a pattern using JIT,
+ subsequent uses of /S (without +) incorrectly behaved like /S+.
+
Version 8.20 21-Oct-2011
------------------------