about summary refs log tree commit diff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cdafd1ff5..9c28169bb 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,15 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+Changes since 5.9
+-----------------
+
+Handling of ERR_EXIT is corrected when the final status of a structured
+command (for, select, while, repeat, if, case, or a list in braces) is
+nonzero.  To be compatible with other shells, "zsh -e" now exits in
+those circumstances, whereas previous versions did not.  This does not
+affect the handling of nonzero status within conditional statements.
+
 Changes since 5.8.1
 -------------------