summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-08-19 19:11:58 +0200
committerAraq <rumpf_a@web.de>2011-08-19 19:11:58 +0200
commit5cba831c8848658d67b7a00e24d9696326b9bcc9 (patch)
tree7111dac9730fea960976e1696f7b1137bf491fac /web/news.txt
parentffefb736d9a408602f0dca9a762bd090c1c8cd1d (diff)
downloadNim-5cba831c8848658d67b7a00e24d9696326b9bcc9.tar.gz
'pure' is now 'noStackFrame' for procs
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 6eff0e693..2dc3112a7 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -34,6 +34,7 @@ Changes affecting backwards compatibility
 - ``implies`` is no keyword anymore.
 - The ``is`` operator is now the ``of`` operator.
 - The ``is`` operator is now used to check type equivalence in generic code.
+- The ``pure`` pragma for procs has been renamed to ``noStackFrame``. 
 
 
 Language Additions