about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-07-06 12:02:36 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-07-06 16:35:05 -0700
commita9add3de545d71be3d882f94714e4d2857b0ef15 (patch)
tree015fa8f5110e8d87f2cdf191213d53054dc7e2ce /ChangeLog
parent68a5a5f453d9534748e12d268718a97b7e84c31b (diff)
downloadzsh-a9add3de545d71be3d882f94714e4d2857b0ef15.tar.gz
zsh-a9add3de545d71be3d882f94714e4d2857b0ef15.tar.xz
zsh-a9add3de545d71be3d882f94714e4d2857b0ef15.zip
35694: fix handling of history modifiers applied across all elements of an array parameter value
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7eb45224..27335d8f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2015-07-06  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* unposted: Doc/Zsh/expn.yo: alphabetize ${(b)...} flag
+
+	* 35709: Doc/Zsh/expn.yo: explain :s/// modifier contexts
+
+	* 35694: Src/subst.c, Test/D04parameter.ztst: fix handling of
+	history modifiers (specifically :s/l/r/) when applied across all
+	elements of an array parameter value
+
 2015-07-06  Oliver Kiddle  <opk@zsh.org>
 
 	* 35704: Doc/Zsh/compwid.yo, Src/Zle/compcore.c, Src/Zle/complete.c;