diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2024-05-08 09:28:06 +0100 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2024-05-08 09:28:06 +0100 |
commit | acdcf9d8542a4461c0fceb98fdfef7380a128f78 (patch) | |
tree | 37f0042e90ff1db88d240c806c2cfffd240a5565 /ChangeLog | |
parent | a66e92918568881af110a3e2e3018b317c054e4a (diff) | |
download | zsh-acdcf9d8542a4461c0fceb98fdfef7380a128f78.tar.gz zsh-acdcf9d8542a4461c0fceb98fdfef7380a128f78.tar.xz zsh-acdcf9d8542a4461c0fceb98fdfef7380a128f78.zip |
52915: be explicit about pattern syntax in conditions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index df3f9b73c..d3980ecfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-05-08 Peter Stephenson <p.stephenson@samsung.com> + + * 52915: Doc/Zsh/cond.yo: be explicit about behaviour of globbing + patterns within conditions. + 2024-04-07 Mikael Magnusson <mikachu@gmail.com> * 52878: Src/subst.c: Fix ${foo:^bar} where bar is an associative |