summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-26 01:00:32 +0200
committerAraq <rumpf_a@web.de>2012-06-26 01:00:32 +0200
commitb5d34242ca7156ec702f8e63a01c9cd059d28e5f (patch)
tree4c44e50159d95b15f3ac82ddead4212384526fd3 /web/news.txt
parent5a838d3e06222f44b4c9876774ea2bd304afcc49 (diff)
downloadNim-b5d34242ca7156ec702f8e63a01c9cd059d28e5f.tar.gz
added proc annotations: macros invoked as pragmas
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
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