diff options
author | Araq <rumpf_a@web.de> | 2012-11-20 23:58:45 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-20 23:58:45 +0100 |
commit | 022ff2e86e12b1920a73b67878cd9ee05293d15d (patch) | |
tree | 22445e62747e1f10a5112ea43071ccef0e01af94 /web/news.txt | |
parent | 1dfc57c5fffc425ffe9c79551463de8a386f8697 (diff) | |
download | Nim-022ff2e86e12b1920a73b67878cd9ee05293d15d.tar.gz |
almost every pragma is allowed in a 'push' pragma
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 4150ddf8d..4ed549a62 100755 --- a/web/news.txt +++ b/web/news.txt @@ -31,6 +31,7 @@ Compiler Additions Use the new ``--project`` switch to enable this behaviour. - The compiler can now warn about shadowed local variables. However, this needs to be turned on explicitly via ``--warning[ShadowIdent]:on``. +- The compiler now supports almost every pragma in a ``push`` pragma. Language Additions |