summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-01-09 14:59:49 +0100
committerAraq <rumpf_a@web.de>2011-01-09 14:59:49 +0100
commitf31eab8536a5015e1754e10f51cf39ad50777401 (patch)
tree339cf7b0eac979527914117fcfa84401cbf68983 /web/news.txt
parent064417fc5a6236e76d959a1a0fb43f68ab099d33 (diff)
downloadNim-f31eab8536a5015e1754e10f51cf39ad50777401.tar.gz
bugfix: floating point precision; added strutils.formatFloat
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index c35c463f9..d81a4b8aa 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -19,6 +19,8 @@ Bugfixes
 - Bugfix: niminst: ``nimrod`` is not default dir for *every* project.
 - Bugfix: Multiple yield statements in iterators did not cause local vars to be
   copied.
+- Bugfix: The compiler does not emit very inaccurate floating point literals
+  anymore. 
 
 
 Additions
@@ -34,6 +36,7 @@ Additions
 - Source code filters are now properly documented.
 - Added ``emit`` pragma for direct code generator control.
 - Additional operations were added to the ``complex`` module. 
+- Added ``strutils.formatFloat``,  ``strutils.formatBiggestFloat``.
 
 
 2010-10-20 Version 0.8.10 released