updated news.txt

This commit is contained in:
Araq
2013-05-20 02:22:01 +02:00
parent baf89e3d66
commit de1c549393

View File

@@ -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.