about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8470bc670..599c79b70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-23  Bart Schaefer  <schaefer@zsh.org>
+
+	* 14070: Src/lex.c, Src/params.c, Test/D06subscript.ztst: Fix
+	problem with parsing \" in subscripts during parameter expansion
+	in double-quotes.
+
 2001-04-22  Bart Schaefer  <schaefer@zsh.org>
 
 	* 14066: Doc/Zsh/expn.yo, Doc/Zsh/params.yo, Src/params.c,