summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-16 08:11:37 +0200
committerAraq <rumpf_a@web.de>2012-07-16 08:11:37 +0200
commit4215686cce1aaebd4021c856d504103f7e9a9586 (patch)
tree1ef722361e3d539fcd5046c04b6c3516fdf4ade0 /web
parent089e7db08a8088ac6ed885fbdb4ee215033bbbf3 (diff)
downloadNim-4215686cce1aaebd4021c856d504103f7e9a9586.tar.gz
x11 example compiles again; updated python wrapper; compiler supports variables in DLLs
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index be9e5bf08..df81b952c 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -112,6 +112,7 @@ Compiler Additions
   via the ``doc2`` command. This new generator uses all of the semantic passes
   of the compiler and can thus generate documentation for symbols hiding in
   macros.
+- The compiler now supports the ``dynlib`` pragma for variables.
 
 
 Language Additions