diff options
author | Peter Stephenson <pws@zsh.org> | 2016-06-21 16:12:51 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2016-06-21 16:12:51 +0100 |
commit | 016929e043abb8ba778293c29081ca8e227c6e58 (patch) | |
tree | e79d08294aaf4cdb0a2090d729a5503e4f2ccb4c /ChangeLog | |
parent | d309d9addc114d22175f5feb0ab2e5fdf290dc02 (diff) | |
download | zsh-016929e043abb8ba778293c29081ca8e227c6e58.tar.gz zsh-016929e043abb8ba778293c29081ca8e227c6e58.tar.xz zsh-016929e043abb8ba778293c29081ca8e227c6e58.zip |
38734: fix final case clauses terminating with ;&
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a65ba2970..fd58e7aa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-06-21 Peter Stephenson <p.stephenson@samsung.com> + * 38734: Src/loop.c, Test/A01grammar.ztst: fix final case + clauses terminating with ;&. + * 38692: Doc/Zsh/restricted.yo, Src/params.c: IFS can't be changed in restricted mode. |