diff options
author | Araq <rumpf_a@web.de> | 2012-07-16 08:11:37 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-16 08:11:37 +0200 |
commit | 4215686cce1aaebd4021c856d504103f7e9a9586 (patch) | |
tree | 1ef722361e3d539fcd5046c04b6c3516fdf4ade0 /web/news.txt | |
parent | 089e7db08a8088ac6ed885fbdb4ee215033bbbf3 (diff) | |
download | Nim-4215686cce1aaebd4021c856d504103f7e9a9586.tar.gz |
x11 example compiles again; updated python wrapper; compiler supports variables in DLLs
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 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 |