about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf9096faa..757821aff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-10-30  Peter Stephenson  <pws@csr.com>
 
+	* users/12149: Doc/Zsh/expn.yo, Src/subst.c,
+	Test/D04parameter.ztst:  "${(@s.:.)...}" retains empty
+	fields, although "${(s.:.)...}" remains backward compatible.
+
+2007-10-30  Peter Stephenson  <pws@csr.com>
+
 	* 24030, adapted: Src/Modules/curses.c: turning off a key timeout
 	on Solaris 8 seemed to need leaving and re-entering cbreak mode.
 	This can't be done per-window, so make this specific to Solaris