summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-11-20 23:58:45 +0100
committerAraq <rumpf_a@web.de>2012-11-20 23:58:45 +0100
commit022ff2e86e12b1920a73b67878cd9ee05293d15d (patch)
tree22445e62747e1f10a5112ea43071ccef0e01af94 /web/news.txt
parent1dfc57c5fffc425ffe9c79551463de8a386f8697 (diff)
downloadNim-022ff2e86e12b1920a73b67878cd9ee05293d15d.tar.gz
almost every pragma is allowed in a 'push' pragma
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 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