about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-05-31 21:58:32 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-05-31 21:58:32 +0000
commit3f8f27929472cdd5ed78543e123b72aebe61b847 (patch)
tree9639b14791c57a5854643a98579de9a37645e5ef /ChangeLog
parent5a4253f42edc9258a9a5bad59b0fa2a7b4a46d50 (diff)
downloadzsh-3f8f27929472cdd5ed78543e123b72aebe61b847.tar.gz
zsh-3f8f27929472cdd5ed78543e123b72aebe61b847.tar.xz
zsh-3f8f27929472cdd5ed78543e123b72aebe61b847.zip
11696: local readonly specials bugs fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5986061f3..8f91937f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-31  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>
+
+	* 11696: Src/params.c: fix bugs reported in 10990 localising
+	readonly specials if they were integer or hashes that needed
+	copying.
+
 2000-05-31  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 11688: Completion/Commands/_complete_debug,