diff options
author | Araq <rumpf_a@web.de> | 2011-08-19 19:11:58 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-08-19 19:11:58 +0200 |
commit | 5cba831c8848658d67b7a00e24d9696326b9bcc9 (patch) | |
tree | 7111dac9730fea960976e1696f7b1137bf491fac /web/news.txt | |
parent | ffefb736d9a408602f0dca9a762bd090c1c8cd1d (diff) | |
download | Nim-5cba831c8848658d67b7a00e24d9696326b9bcc9.tar.gz |
'pure' is now 'noStackFrame' for procs
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
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 |