summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-05-19 02:49:10 +0200
committerAraq <rumpf_a@web.de>2013-05-19 02:49:10 +0200
commit38ed2373aba94832db01e387c592915c8eec4e60 (patch)
treea96c41d8fa14852a411356ef3ffa6a05689a5c2d /web/news.txt
parent62c80cd570dfcfbb3117e09dea90f4fa10eec33b (diff)
downloadNim-38ed2373aba94832db01e387c592915c8eec4e60.tar.gz
fixes #432, fixes #427
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 7c46e550a..e948e762b 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -16,6 +16,9 @@ Bugfixes
   or not at all. There is also a new GC you can activate 
   with ``--gc:markAndSweep`` which does not have this problem but is slower in
   general and has no realtime guarantees.
+- ``cast`` for floating point types now does the bitcast as specified in the 
+  manual. This breaks code that erroneously uses ``cast`` to convert different
+  floating point values.
 
 
 Library Additions