diff options
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index f70bb5bdd..b625ba209 100755 --- a/web/news.txt +++ b/web/news.txt @@ -58,6 +58,8 @@ Additions - The ``importc`` and ``exportc`` pragmas support format strings: ``proc p{.exportc: "nim_$1".}`` exports ``p`` as ``nim_p``. This is useful for user defined pragmas. +- The standard library can be built as a DLL. Generating DLLs has been + improved. 2010-03-14 Version 0.8.8 released |