summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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;