summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-05-20 02:22:01 +0200
committerAraq <rumpf_a@web.de>2013-05-20 02:22:01 +0200
commitde1c549393735b678a13d19e5676fbbf2721e068 (patch)
tree7764f298a165b2c2e8c974255ce9faa5ec160f49 /web
parentbaf89e3d66543a242013bea26cb779a2d9c0e727 (diff)
downloadNim-de1c549393735b678a13d19e5676fbbf2721e068.tar.gz
updated news.txt
Diffstat (limited to 'web')
-rw-r--r--web/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 57963407d..b8a767a64 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -47,6 +47,8 @@ Library Additions
   used to only support tuples.
 - Added ``system.CurrentSourcePath`` returning the full file-system path of
   the current source file.
+- The ``macros`` module now contains lots of useful helpers for building up
+  abstract syntax trees.
 
 
 Changes affecting backwards compatibility
@@ -60,6 +62,7 @@ Changes affecting backwards compatibility
 - The expression/statement unification has been implemented. Again this
   only affects edge cases and no known real world code.
 - Changed the async interface of the ``scgi`` module.
+- ``macros.!`` has been deprecated. Use ``macros.ident`` instead.
 - WideStrings are now garbage collected like other string types.