diff options
author | Araq <rumpf_a@web.de> | 2013-05-19 02:49:10 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-19 02:49:10 +0200 |
commit | 38ed2373aba94832db01e387c592915c8eec4e60 (patch) | |
tree | a96c41d8fa14852a411356ef3ffa6a05689a5c2d /web/news.txt | |
parent | 62c80cd570dfcfbb3117e09dea90f4fa10eec33b (diff) | |
download | Nim-38ed2373aba94832db01e387c592915c8eec4e60.tar.gz |
fixes #432, fixes #427
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 3 |
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 |