diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 906fb1108..57963407d 100644 --- a/web/news.txt +++ b/web/news.txt @@ -31,9 +31,9 @@ Bugfixes floating point values. - SCGI module's performance has been improved greatly, it will no longer block on many concurrent requests. - - In total fixed over 70 github issues and merged over 60 pull requests. + Library Additions ----------------- @@ -60,6 +60,8 @@ 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. +- WideStrings are now garbage collected like other string types. + Compiler Additions ------------------ |