diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2022-12-16 14:58:20 +0000 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2022-12-16 14:58:20 +0000 |
commit | 1de8baded2c3f4b8facdaf8f5bc5ffb392e73199 (patch) | |
tree | bded3ee4b53d33d64c82e9573c29d2de0df78c92 | |
parent | 56e7b147adc4404419b6295d25bc0ed179f6d889 (diff) | |
download | zsh-1de8baded2c3f4b8facdaf8f5bc5ffb392e73199.tar.gz zsh-1de8baded2c3f4b8facdaf8f5bc5ffb392e73199.zip |
unpasted: add missing ChangeLog entry
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |