about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-11-12 16:55:11 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-11-12 16:55:11 +0000
commit2c16b5ccbda3bad481f0454466ce2df2fed0bdd1 (patch)
tree64eda3d318fb58206140bed3d2ca41b87f54d504 /ChangeLog
parent1ff856951ba649b21fb6c8d9dbe5e12a5b736a33 (diff)
downloadzsh-2c16b5ccbda3bad481f0454466ce2df2fed0bdd1.tar.gz
zsh-2c16b5ccbda3bad481f0454466ce2df2fed0bdd1.tar.xz
zsh-2c16b5ccbda3bad481f0454466ce2df2fed0bdd1.zip
24093: floating point precision
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f712e8283..d85b23ae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-11-12  Peter Stephenson  <pws@csr.com>
 
+	* 24093: Doc/Zsh/arith.yo: be more accurate about supported
+	floating point.
+
 	* 24089: Doc/Zsh/mod_curses.yo, Src/Modules/curses.c:
 	compilation on non-curses system; also (unposted) avoid crash
 	decoding color when not supported.