diff options
author | Bart Schaefer <schaefer@zsh.org> | 2014-01-23 14:39:34 -0800 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2014-01-23 14:39:34 -0800 |
commit | 1fc259363f56e0e7c9035d094ae581d79bf0561b (patch) | |
tree | 403341a82fe41c5347608e4eba1eee5913d399d5 /ChangeLog | |
parent | 22b8fd6da931657ec930ba2625179c704de3e830 (diff) | |
download | zsh-1fc259363f56e0e7c9035d094ae581d79bf0561b.tar.gz zsh-1fc259363f56e0e7c9035d094ae581d79bf0561b.tar.xz zsh-1fc259363f56e0e7c9035d094ae581d79bf0561b.zip |
use LPAR() instead of parens in sqrt example
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a232fa6d7..1228f9675 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-23 Bart Schaefer <schaefer@zsh.org> + + * unposted: Doc/Zsh/arith.yo: use LPAR() instead of parens + in sqrt example + 2014-01-23 Peter Stephenson <p.stephenson@samsung.com> * 32299: Doc/Zsh/arith.yo, Functions/Misc/zcalc, Src/math.c, |