about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-05-08 12:53:18 +0100
committerPeter Stephenson <pws@zsh.org>2015-05-08 12:53:18 +0100
commitf855801fb9ed82d2596f52f5b64dd66c42255c5f (patch)
tree84382c37594d79af18aae28d45a3cd37747a14c8 /ChangeLog
parent39aeeedb19744bc5250def0404b1ceca1c3aed0f (diff)
downloadzsh-f855801fb9ed82d2596f52f5b64dd66c42255c5f.tar.gz
zsh-f855801fb9ed82d2596f52f5b64dd66c42255c5f.tar.xz
zsh-f855801fb9ed82d2596f52f5b64dd66c42255c5f.zip
35059: fix, document, test readonly -p.
Don't output specials as can't be reconstructed.

Output arrays in a useful order.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbc81258c..4dbb36abd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2015-05-08  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 35059: Doc/Zsh/builtins.yo, Src/params.c,
+	Test/B02typeset.ztst: fix, document and test "readonly -p"
+	output for arrays and specials.
+
 	* 35056: Test/A02alias.ztst: turn off PROMPT_SP for interactive
 	test.