unpasted: add missing ChangeLog entry

This commit is contained in:
Peter Stephenson
2022-12-16 14:58:20 +00:00
parent 56e7b147ad
commit 1de8baded2

View File

@@ -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.