diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-12-31 14:16:56 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-12-31 14:16:56 -0800 |
commit | 62706b1abc6842cd63ad66ae7142bb16e26c4bcc (patch) | |
tree | 04b6c7e72b27b561e60559532ac019dd4b99ec89 /ChangeLog | |
parent | 6e10224f1ec4cb61df4982661bfb524cbafbd03b (diff) | |
download | zsh-62706b1abc6842cd63ad66ae7142bb16e26c4bcc.tar.gz zsh-62706b1abc6842cd63ad66ae7142bb16e26c4bcc.tar.xz zsh-62706b1abc6842cd63ad66ae7142bb16e26c4bcc.zip |
37469: do NOT allow semicolons in place of line breaks in conditionals
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d52ac0be..53274e37e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-12-31 Barton E. Schaefer <schaefer@zsh.org> + * 37469: Src/parse.c: do NOT allow semicolons in place of line breaks + in conditionals + * unposted: Src/builtin.c: enable WARN_CREATE_GLOBAL for print -v * 37468: Src/parse.c: allow line breaks in more places in [[ ... ]] |