diff options
author | Peter Stephenson <pws@zsh.org> | 2015-05-21 10:43:32 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-05-21 10:43:32 +0100 |
commit | a95f2c607113b3edd411499ff25ce79fba8a79de (patch) | |
tree | f41ce77092cbd22f2cfc560ad6e63990b6629e64 /ChangeLog | |
parent | afb78f5d142786169817709e6ec4c48637bcae93 (diff) | |
download | zsh-a95f2c607113b3edd411499ff25ce79fba8a79de.tar.gz zsh-a95f2c607113b3edd411499ff25ce79fba8a79de.tar.xz zsh-a95f2c607113b3edd411499ff25ce79fba8a79de.zip |
35250: Fix case documentation (SH_GLOB)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4c1fe2116..b7019d8d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-05-21 Peter Stephenson <p.stephenson@samsung.com> + * 35250: Doc/Zsh/grammar.yo: fix case documentation (SH_GLOB). + * 35248: Src/lex.c, Src/parse.c, Test/A01grammar.ztst: treat fully parenthesised zsh patterns as complete case patterns again. |