diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2016-10-02 19:16:03 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2016-10-02 19:17:19 +0100 |
commit | 6b2585147b842c69faecb136c17dbdda79b3e4b4 (patch) | |
tree | d6fff6653a7773bf525482542f6ab4b420221083 /ChangeLog | |
parent | 4f2a1810f2fa1d74008e03a09d66eaff3e5edc9e (diff) | |
download | zsh-6b2585147b842c69faecb136c17dbdda79b3e4b4.tar.gz zsh-6b2585147b842c69faecb136c17dbdda79b3e4b4.tar.xz zsh-6b2585147b842c69faecb136c17dbdda79b3e4b4.zip |
39540: "! command" should suppress ERR_EXIT and ERR_RETURN
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b1b000025..1cda59e07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-10-02 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 39540: Src/exec.c, Test/C03traps.ztst: "! command" should + suppress ERR_EXIT and ERR_RETURN. + 2016-09-30 Daniel Shahaf <d.s@daniel.shahaf.name> * 39495: Doc/Zsh/contrib.yo, Functions/Misc/add-zle-hook-widget: |