about summary refs log tree commit diff
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
parent7269bc1ac46852f8624b99211500276c758eb46e (diff)
downloadzsh-1bec15a0105c7884c1a6d1243087ebcc801a5937.tar.gz
zsh-1bec15a0105c7884c1a6d1243087ebcc801a5937.tar.xz
zsh-1bec15a0105c7884c1a6d1243087ebcc801a5937.zip
unposted: README: Document incompatibility caused by workers/43928
-rw-r--r--ChangeLog3
-rw-r--r--README4
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a21b405c8..2fe66e4d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-04-10  dana  <dana@dana.is>
 
+	* unposted (see 48415): README: Document incompatibility
+	caused by workers/43928
+
 	* 48338: Completion/Unix/Command/_git: Support case-insensitive
 	path matching
 
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
 ------------------------------------------