about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-03-27 11:57:50 +0100
committerPeter Stephenson <pws@zsh.org>2017-03-27 11:57:50 +0100
commit5a895a5260b62c70e4aafb2d6be0e677667886d2 (patch)
tree1a4970e95ac8990655123847e7ec4d06d5ad6f98 /ChangeLog
parentfc1fedda954e1d10d54253cd7ec0e1bfb6e0e989 (diff)
downloadzsh-5a895a5260b62c70e4aafb2d6be0e677667886d2.tar.gz
zsh-5a895a5260b62c70e4aafb2d6be0e677667886d2.tar.xz
zsh-5a895a5260b62c70e4aafb2d6be0e677667886d2.zip
40906: Add note on use of (k) parameter subst flag.
KSH_ARRAYS generlly requires [*] or [@] to operate on the whole
array and this is true here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 862e85b97..a94128ea2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-27  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 40906: Doc/Zsh/expn.yo: array subst needs [*] or [@] with
+	KSH_ARRAYS.  Note this for (k) flag.
+
 2017-03-24  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* Alexandre Rames: 40878: Completion/Unix/Command/_stgit: