about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-09-06 22:17:56 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-09-06 22:17:56 -0700
commitb7ba62871e1bc6a7b88882fea021a8eaaf9150c9 (patch)
tree4c281e32bcda1c135826499aad5011abf07ca26e /ChangeLog
parent5a9f3ac773f8b4c701654874c9da5da0d937b91c (diff)
downloadzsh-b7ba62871e1bc6a7b88882fea021a8eaaf9150c9.tar.gz
zsh-b7ba62871e1bc6a7b88882fea021a8eaaf9150c9.tar.xz
zsh-b7ba62871e1bc6a7b88882fea021a8eaaf9150c9.zip
clarify ${(~j.|.)array} example
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f65215c4c..c1395f31c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
 	* 33116: Src/hist.c: followup to 32580 to prevent double-locking
 	with shared or incremental history
 
+	* unposted: Doc/Zsh/expn.yo: clarify ${(~j.|.)array} example
+
 2014-08-21  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 33061: Completion/Zsh/Command/_setopt,