about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4de207cd..69c6ea89f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-05  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 13907: Src/params.c: fix for reverse subscripting of strings
+	as second part of subscript ($a[x,(r)..])
+
 2001-04-04  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 13902: Completion/Base/Utility/_arguments,