about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-13 11:43:27 +0000
committerdana <dana@dana.is>2021-04-13 16:54:03 -0500
commit9dc195120cf4e01cd0068f90db12fc9a7eb522b5 (patch)
tree92478c3c3fdfd30255de5f04b162d772caca2759
parent3b631babec67c15c893c0d31f8aaaaaa06ca8cfa (diff)
downloadzsh-9dc195120cf4e01cd0068f90db12fc9a7eb522b5.tar.gz
zsh-9dc195120cf4e01cd0068f90db12fc9a7eb522b5.tar.xz
zsh-9dc195120cf4e01cd0068f90db12fc9a7eb522b5.zip
48522: README: Clarify _alternative change
-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
 ------------------------------------------