about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-11-09 21:37:56 -0800
committerBart Schaefer <schaefer@zsh.org>2022-11-09 21:37:56 -0800
commit1ba8714a7ac665e661c1b3a716ffe2af73d1e443 (patch)
treed70e75c1cf9019781c4dcfdd809ee1fe377525f8 /ChangeLog
parent61610ea4bdc3e2de11c258017f377db3d1d6d993 (diff)
downloadzsh-1ba8714a7ac665e661c1b3a716ffe2af73d1e443.tar.gz
zsh-1ba8714a7ac665e661c1b3a716ffe2af73d1e443.tar.xz
zsh-1ba8714a7ac665e661c1b3a716ffe2af73d1e443.zip
50928: fix tests for 50897, mention behavior change in NEWS
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe10e2982..d88fa4cbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-11-09  Bart Schaefer  <schaefer@zsh.org>
 
+	* 50928: News, Src/exec.c, Test/C03traps.ztst: fix tests for 50897,
+	mention behavior change in NEWS
+
 	* 50922: Src/exec.c, Src/jobs.c: fix additional cases of signals
 	for current shell jobs on the right of a pipeline.  Backs out
 	part of 50874.