about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README4
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 064b13c55..a35eb6501 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-04-13  dana  <dana@dana.is>
+
+	* Daniel Shahaf: 48522: README: Clarify _alternative change
+
 2021-04-13  Tim Lee  <progscriptclone@gmail.com>
 
 	* 48525: Misc/vcs_info-examples: vcs_info git docs: ahead/behind
diff --git a/README b/README
index 5e3b8cc59..76bf4ec35 100644
--- a/README
+++ b/README
@@ -150,7 +150,9 @@ 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.
+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
 ------------------------------------------