diff options
author | Araq <rumpf_a@web.de> | 2012-06-26 01:00:32 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-26 01:00:32 +0200 |
commit | b5d34242ca7156ec702f8e63a01c9cd059d28e5f (patch) | |
tree | 4c44e50159d95b15f3ac82ddead4212384526fd3 /web/news.txt | |
parent | 5a838d3e06222f44b4c9876774ea2bd304afcc49 (diff) | |
download | Nim-b5d34242ca7156ec702f8e63a01c9cd059d28e5f.tar.gz |
added proc annotations: macros invoked as pragmas
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 c7dbc5971..8a53b6853 100755 --- a/web/news.txt +++ b/web/news.txt @@ -118,6 +118,7 @@ Language Additions - The precedence for operators starting with ``@`` is different now allowing for *sigil-like* operators. - Stand-alone ``finally`` and ``except`` blocks are now supported. +- Macros and templates can now be invoked as pragmas. 2012-02-09 Version 0.8.14 released |