about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-08-13 17:45:03 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-08-13 17:45:03 +0000
commitbe5e65d2bbc04b66655c88cbf0f9075f50c310c2 (patch)
tree0429f6f876d7a7f6f0339a9c5104abca8ba54b37 /ChangeLog
parentd978bb894ee6309f066973f97947b4b110a490cf (diff)
downloadzsh-be5e65d2bbc04b66655c88cbf0f9075f50c310c2.tar.gz
zsh-be5e65d2bbc04b66655c88cbf0f9075f50c310c2.tar.xz
zsh-be5e65d2bbc04b66655c88cbf0f9075f50c310c2.zip
Adjust test for new typeset restrictions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 56ae7f59a..8d841f11d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,9 @@
 	* 15613 (plus unposted additions): Test/B02typeset.ztst: Tests for
 	correct behavior of typeset options and arguments.
 
-	* 15611: Src/builtin.c: Fix crash bug when assigning to array
-	elements in a function in the arguments of typeset or local.
+	* 15611: Src/builtin.c, Test/D06subscript.ztst: Fix crash bug when
+	assigning to array elements in a function in the arguments of
+	typeset or local.  Change test for new typeset restrictions.
 
 2001-08-13  Sven Wischnowsky  <wischnow@zsh.org>