about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilippe Altherr <philippe.altherr@gmail.com>2022-12-13 21:01:47 -0800
committerBart Schaefer <schaefer@zsh.org>2022-12-13 21:01:47 -0800
commit8a45f16d83b0c4582a51e492e73595bf3321d580 (patch)
tree412bcc7024b6aafd2cb5874800ca465e1c07a87b /NEWS
parent67d4bf5bb936a5b95160410b4790f2bf4113c75f (diff)
downloadzsh-8a45f16d83b0c4582a51e492e73595bf3321d580.tar.gz
zsh-8a45f16d83b0c4582a51e492e73595bf3321d580.tar.xz
zsh-8a45f16d83b0c4582a51e492e73595bf3321d580.zip
51193: Discuss ERR_EXIT changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cdafd1ff5..e3a16a8bc 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,14 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
 
 Note also the list of incompatibilities in the README file.
 
+Changes since 5.9
+-----------------
+
+The ERR_EXIT and ERR_RETURN options were refined to be more self-
+consistent and better aligned with the POSIX-2017 specification of
+`set -e`. For details on what exactly changed, see the list of
+incompatibilities in the README file.
+
 Changes since 5.8.1
 -------------------