about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
 ------------------------------------------