summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-06-27 18:13:11 +0200
committerAraq <rumpf_a@web.de>2013-06-27 18:13:11 +0200
commit139562cc643c7a4b201b25892d9cc949d3c4e5b8 (patch)
treed4bf55ee5ddb6541cdafd39fe02d7a611a3dfa75 /web
parent6d7ad6698296f9460fe3bf5fe4a3ef188608a9f5 (diff)
downloadNim-139562cc643c7a4b201b25892d9cc949d3c4e5b8.tar.gz
implements the 'codegenDecl' pragma
Diffstat (limited to 'web')
-rw-r--r--web/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 5ef96368f..74b33e2bf 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -33,6 +33,8 @@ Compiler Additions
   real uninitialized variables in Nimrod as they are initialized to binary
   zero). Activate via ``{.warning[Uninit]:on.}``.
 - The compiler now enforces the ``not nil`` constraint.
+- The compiler now supports a ``codegenDecl`` pragma for even more control
+  over the generated code.
 
 
 Language Additions