From de1c549393735b678a13d19e5676fbbf2721e068 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 20 May 2013 02:22:01 +0200 Subject: [PATCH] updated news.txt --- web/news.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/news.txt b/web/news.txt index 57963407d5..b8a767a645 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.