about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPhilippe Altherr <philippe.altherr@gmail.com>2022-12-03 21:14:26 -0800
committerBart Schaefer <schaefer@zsh.org>2022-12-03 21:14:26 -0800
commitf253ea6b9d14901e24fa6a376936effad9e6547b (patch)
tree0cf64cee234c4690499cbd934091fedf41143f10 /ChangeLog
parent259f1e944b96715fda25f7ba227da05bdb7e600f (diff)
downloadzsh-f253ea6b9d14901e24fa6a376936effad9e6547b.tar.gz
zsh-f253ea6b9d14901e24fa6a376936effad9e6547b.tar.xz
zsh-f253ea6b9d14901e24fa6a376936effad9e6547b.zip
51076: fix ERR_EXIT when used with "eval" or "source"; documentary comments
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 215da1b19..2355b4fa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-12-03  Bart Schaefer  <schaefer@zsh.org>
 
+	* Philippe Altherr: 51076: Src/exec.c, Test/C03traps.ztst: fix
+	ERR_EXIT when used with "eval" or "source"; documentary comments
+
 	* Philippe Altherr: 51071: Src/exec.c, Test/C03traps.ztst: fix
 	ERR_RETURN when a function using && / || is called within another
 	statement using && / ||