summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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