about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-02-12 19:48:50 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-02-12 19:48:50 +0000
commit7e6faf7237b1862fce3ebc34f09ee9ac07940638 (patch)
treecbe81d8d2469253401213aa063aa7abc501244d9 /ChangeLog
parentae7dcab5ed1882b6115c9fe3ab7894a8b6a7e9eb (diff)
downloadzsh-7e6faf7237b1862fce3ebc34f09ee9ac07940638.tar.gz
zsh-7e6faf7237b1862fce3ebc34f09ee9ac07940638.tar.xz
zsh-7e6faf7237b1862fce3ebc34f09ee9ac07940638.zip
34519: $_ for arguments of anonymous function
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47c3c8d1b..2660e4f22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-12  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 34519: Src/exec.c: handle $_ with arguments to anonymous
+	function.
+
 2015-02-12  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 34514: Src/exec.c, Src/parse.c, Test/E01options.ztst: