about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-07-24 08:16:29 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-07-24 08:16:29 -0700
commitf6429189a8de189f5bc388b9602b293fdd2fc286 (patch)
tree6a65a7a76c7ed332bf79a4bb1a46a3ad9a8753e6 /ChangeLog
parent6076c474f2427ec9a75cecab1fc95f7cd9f066f6 (diff)
downloadzsh-f6429189a8de189f5bc388b9602b293fdd2fc286.tar.gz
zsh-f6429189a8de189f5bc388b9602b293fdd2fc286.tar.xz
zsh-f6429189a8de189f5bc388b9602b293fdd2fc286.zip
32903: new empty (unset) elements in the special parameter hash tables are special themselves
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 563708769..6e9fd6099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-07-24  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 32903: Src/Modules/parameter.c: new empty (unset) elements in
+	the special parameter hash tables are special themselves, so that
+	adding elements via assignment syntax handles them correctly.
+
 2014-07-24  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* unposted: Functions/Zle/replace-argument, Doc/Zsh/contrib.yo: