about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-02-28 12:20:43 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-02-28 12:20:43 +0000
commitf2fffea3e62d7ba2e6ab2f74572819d08c20b36e (patch)
treec28eba05e514f080ad47a5dad91b13e74445c69f /NEWS
parent2ccaf4efecb8e392c16f43b292a91bf51bf2531a (diff)
downloadzsh-f2fffea3e62d7ba2e6ab2f74572819d08c20b36e.tar.gz
zsh-f2fffea3e62d7ba2e6ab2f74572819d08c20b36e.tar.xz
zsh-f2fffea3e62d7ba2e6ab2f74572819d08c20b36e.zip
Release 4.3.1, finally (updated...) zsh-4.3.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c3656c003..ac7550eef 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,12 @@ Major changes between versions 4.2 and 4.3
   not to break existing code (and to be compatible with proposals for the
   Korn shell).
 
+- Substitutions of the form ${var:-"$@"}, ${var:+"$@"} and similar where
+  word-splitting is applied to the text after the :- or :+ (in particular,
+  where the SH_WORD_SPLIT option is in effect for compatibility) now
+  behave as in other Bourne- and POSIX-compatible shells when in the
+  appropriate emulation mode.
+
 - New Posix-style zsh-specific tests [[:IDENT:]], [[:IFS:]],
   [[:IFSSPACE:]], [[:WORD:]] test if character can appear in identifier,
   is an IFS character, is an IFS whitespace character, or is considered