summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2017-05-08 17:19:22 +0100
committerPeter Stephenson <pws@zsh.org>2017-05-08 17:19:22 +0100
commit641a764b8203de5e5f5c9f1d6d5b0a48c26ca9e7 (patch)
tree335e6afa61b9feee5bbb392e3371f269805e8ec2 /ChangeLog
parentf25d01a97c61fdac5d6e0a6a8fb63b5b2b5f3393 (diff)
downloadzsh-641a764b8203de5e5f5c9f1d6d5b0a48c26ca9e7.tar.gz
zsh-641a764b8203de5e5f5c9f1d6d5b0a48c26ca9e7.tar.xz
zsh-641a764b8203de5e5f5c9f1d6d5b0a48c26ca9e7.zip
users/22688: Allow mixing redirs and arguments after anon functions.
These are parsed differently from the case of normal functions which
can't take normal arguments at that point.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 112a53d1a..8ac6df15e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-05-08  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* users/22688: Src/parse.c, Test/A04redirect.ztst: Allow mixing
+	of redirections and arguments after anonymous functions.
+
 	* 41060: Src/parse.c, Test/A04redirect.ztst: combination
 	of HERE document and |& was broken by miscounting wordcode owing
 	to missing flag.