about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 1eb38a608..76bf4ec35 100644
--- a/README
+++ b/README
@@ -95,6 +95,10 @@ right thing, but this should be viewed as an unsupported hack.)
 The XTRACE option is now disabled while running user-defined completion
 widgets.  See NEWS.
 
+emulate sh: When zsh emulates sh, the final command in a pipeline is now run in
+a subshell.  This differs from the behavior in the native (zsh) mode, but is
+consistent with most other sh implementations.
+
 Incompatibilities between 5.7.1 and 5.8
 ---------------------------------------
 
@@ -144,6 +148,12 @@ reverse order, from last applied to first applied.
 variables without a preceding '$' sign in shell arithmetic expansion
 and in the double-parentheses and 'let' arithmetic commands.
 
+3) _alternative now correctly handles the same (...) action syntax as
+_arguments; this may necessitate quoting/escaping in calls to _alternative
+and _regex_arguments that wasn't previously required.  See
+https://zsh.org/workers/48414 (commit zsh-5.8-348-g2c000ee7b) for details
+and an example.
+
 Incompatibilities between 5.5.1 and 5.6.2
 ------------------------------------------