diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
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 |