summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-11-10 10:37:27 +0000
committerPeter Stephenson <pws@zsh.org>2016-11-10 10:37:27 +0000
commit5f1700755f12677b608adef88c39e08df99c41f2 (patch)
treec194e75d628380726e2649df40b70d41c6377beb /ChangeLog
parent370b278565126a0abf3382ba10965e7a1090e7f8 (diff)
downloadzsh-5f1700755f12677b608adef88c39e08df99c41f2.tar.gz
zsh-5f1700755f12677b608adef88c39e08df99c41f2.tar.xz
zsh-5f1700755f12677b608adef88c39e08df99c41f2.zip
39901: No EXIT trap on LHS of pipeline.
There is a special case if the LHS is a shell construct.
Add unit tests for both cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7dc2d0a4..a9c47878b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-10  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 39901: Src/exec.c, Test/C03traps.ztst: Exiting the left hand
+	side of a pipeline shouldn't trigger EXIT trap.
+
 2016-11-09  Oliver Kiddle  <opk@zsh.org>
 
 	* 39890: Completion/Debian/Command/_git-buildpackage,