diff options
author | Araq <rumpf_a@web.de> | 2012-07-29 00:23:37 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-29 00:23:37 +0200 |
commit | 48e95fe9f9ce1a412e7fddc8293a2b1db7f46bbd (patch) | |
tree | 663a3d15e4d9943a6f215d8fe37350e67d011c3f /web/news.txt | |
parent | d962b75c183ed04612dc20919d94925f3eaa161b (diff) | |
download | Nim-48e95fe9f9ce1a412e7fddc8293a2b1db7f46bbd.tar.gz |
added some support for Haiku
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 63dd7587b..b445ff8c4 100755 --- a/web/news.txt +++ b/web/news.txt @@ -99,6 +99,10 @@ Changes affecting backwards compatibility to ``int8``. - ``bind`` expressions in templates are not properly supported anymore. Use the declarative ``bind`` statement instead. +- The default calling convention for a procedural **type** is now ``closure``, + for procs it remains ``nimcall`` (which is compatible to ``closure``). + Activate the warning ``ImplicitClosure`` to make the compiler list the + occurances of proc types which are affected. Compiler Additions |