summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2022-12-16 14:58:20 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2022-12-16 14:58:20 +0000
commit1de8baded2c3f4b8facdaf8f5bc5ffb392e73199 (patch)
treebded3ee4b53d33d64c82e9573c29d2de0df78c92
parent56e7b147adc4404419b6295d25bc0ed179f6d889 (diff)
downloadzsh-1de8baded2c3f4b8facdaf8f5bc5ffb392e73199.tar.gz
zsh-1de8baded2c3f4b8facdaf8f5bc5ffb392e73199.zip
unpasted: add missing ChangeLog entry
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0c3f79cb..acde99fb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,10 @@
2022-12-12 Peter Stephenson <p.stephenson@samsung.com>
+ * 51134: Src/exec.c, Test/A01grammar.ztst: ! return doesn't
+ affect return status, only the (now irrelevant) local status
+ within the returning function.
+
* 51134: Doc/Zsh/options.yo: document interactions between
ERR_EXIT and ERR_RETURN and interactive shells.