about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-06-22 17:35:38 +0100
committerPeter Stephenson <pws@zsh.org>2015-06-22 17:35:38 +0100
commit7d588bc158c24d4e60b579d60b76cde55225b01c (patch)
tree8028d2181b6dc5fa6176fc8e2da14a4cbd054418 /ChangeLog
parentea0f612c3ad8fa1b4dea2245ce107e751c8e06d6 (diff)
downloadzsh-7d588bc158c24d4e60b579d60b76cde55225b01c.tar.gz
zsh-7d588bc158c24d4e60b579d60b76cde55225b01c.tar.xz
zsh-7d588bc158c24d4e60b579d60b76cde55225b01c.zip
33566: regex module fix for unmatched parentheses
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d8682ec8..c92a911ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-22  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 35566: Src/Modules/regex.c: didn't handle faile
+	parenthesis matches.
+
 2015-06-22  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 35554: Doc/Zsh/contrib.yo: Document narrow-to-region -l and -r.