about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-02-16 12:37:38 +0000
committerPeter Stephenson <pws@zsh.org>2015-02-16 12:37:38 +0000
commit8ebe18c081a0bd2f134f5fcbf1650d5d59920c96 (patch)
treead956694f15df0fcfe91c1c0d197664b7ae45ff0 /ChangeLog
parent2335d6254815050d3a0ae9b5a8677ec2f567b631 (diff)
downloadzsh-8ebe18c081a0bd2f134f5fcbf1650d5d59920c96.tar.gz
zsh-8ebe18c081a0bd2f134f5fcbf1650d5d59920c96.tar.xz
zsh-8ebe18c081a0bd2f134f5fcbf1650d5d59920c96.zip
34530: PRINT_EXIT_VALUE with anonymous functions.
Simpler fix, avoiding structural changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c389b936d..6fb13715a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,11 @@
 	* 34546: Src/exec.c, Test/D04parameter.ztst: fix another
 	oddity with $_ and anonymous functions and add tests.
 
+2015-02-13  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 34530: Src/exec.c, Test/E01options.ztst: revised fix
+	for PRINT_EXIT_VALUE from anonymous functions.
+
 2015-02-12  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 34519: Src/exec.c: handle $_ with arguments to anonymous