about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-12-25 00:26:26 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-12-25 00:26:26 -0800
commita554c7403a0f1b6c29e07410a03599272aeaeaee (patch)
treeeb81b17affd5a6801d30268a0d4c503ef6c304fa /ChangeLog
parent038b1d4b38fca3b2067bcc322096a00179f63b88 (diff)
downloadzsh-a554c7403a0f1b6c29e07410a03599272aeaeaee.tar.gz
zsh-a554c7403a0f1b6c29e07410a03599272aeaeaee.tar.xz
zsh-a554c7403a0f1b6c29e07410a03599272aeaeaee.zip
37434: POSIXBUILTINS "command" should prevent shell exit on errors from special builtins
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b67eba9c..0dcb8e9d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-25  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 37434: Src/exec.c: POSIXBUILTINS "command" should prevent shell
+	exit on errors from special builtins
+
 2015-12-23  Philip Sequeira  <phsequei@gmail.com>
 
 	* 37345: Functions/VCS_Info/VCS_INFO_maxexports,