summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-29 00:23:37 +0200
committerAraq <rumpf_a@web.de>2012-07-29 00:23:37 +0200
commit48e95fe9f9ce1a412e7fddc8293a2b1db7f46bbd (patch)
tree663a3d15e4d9943a6f215d8fe37350e67d011c3f /web/news.txt
parentd962b75c183ed04612dc20919d94925f3eaa161b (diff)
downloadNim-48e95fe9f9ce1a412e7fddc8293a2b1db7f46bbd.tar.gz
added some support for Haiku
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt4
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