about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authordana <dana@dana.is>2021-04-10 16:16:26 -0500
committerdana <dana@dana.is>2021-04-10 16:16:26 -0500
commit1bec15a0105c7884c1a6d1243087ebcc801a5937 (patch)
tree9d2e8bf6c06a18edf0b12294486f184c5eb46c33 /README
parent7269bc1ac46852f8624b99211500276c758eb46e (diff)
downloadzsh-1bec15a0105c7884c1a6d1243087ebcc801a5937.tar.gz
zsh-1bec15a0105c7884c1a6d1243087ebcc801a5937.tar.xz
zsh-1bec15a0105c7884c1a6d1243087ebcc801a5937.zip
unposted: README: Document incompatibility caused by workers/43928
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 1eb38a608..f47adfe7c 100644
--- a/README
+++ b/README
@@ -144,6 +144,10 @@ 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.
+
 Incompatibilities between 5.5.1 and 5.6.2
 ------------------------------------------