diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt index c9accb9c8..46c930fdc 100755 --- a/web/news.txt +++ b/web/news.txt @@ -101,8 +101,8 @@ Library Additions - Added ``xmltree.innerText``. - Added ``os.isAbsolute``. - Added ``parseutils.interpolatedFragments``. -- Added ``macros.toLisp``, ``macros.toYaml``, ``macros.parseExpr``, - ``macros.parseStmt``, ``macros.getAst``. +- Added ``macros.treeRepr``, ``macros.lispRepr``, ``macros.dumpTree``, + ``macros.dumpLisp``, ``macros.parseExpr``, ``macros.parseStmt``, ``macros.getAst``. - Added ``locks`` core module for more flexible locking support. - Added ``irc`` module. - Added ``ftpclient`` module. |