diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-03-07 14:33:21 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-03-07 14:33:21 +0000 |
commit | afa112474c981941ad95ef82cbe75479556ed23a (patch) | |
tree | f805f3595809d7767649ba46c009597536122f22 /ChangeLog | |
parent | fa8a0e241c8ac9eb48ab9fc2d8bb3105088e0db9 (diff) | |
download | zsh-afa112474c981941ad95ef82cbe75479556ed23a.tar.gz zsh-afa112474c981941ad95ef82cbe75479556ed23a.tar.xz zsh-afa112474c981941ad95ef82cbe75479556ed23a.zip |
users/16865: note that -eq is less convient than (( ... == ... ))
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index c8fbe8365..f40bdee55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-03-07 Peter Stephenson <pws@csr.com> + + * users/16865: Doc/Zsh/cond.yo: note that -eq and friends are + less convenient for purely numeric work than conditional + expressions. + 2012-03-06 Peter Stephenson <p.w.stephenson@ntlworld.com> * Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more @@ -16088,5 +16094,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5606 $ +* $Revision: 1.5607 $ ***************************************************** |