diff options
author | Araq <rumpf_a@web.de> | 2013-05-20 02:17:24 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-20 02:17:24 +0200 |
commit | baf89e3d66543a242013bea26cb779a2d9c0e727 (patch) | |
tree | 8060c791247b214985f7fd8987de1a9c5c834769 /web/news.txt | |
parent | a23d418d78f7c35b2e7aed23ed6beb60e2542b83 (diff) | |
download | Nim-baf89e3d66543a242013bea26cb779a2d9c0e727.tar.gz |
GC'ed wide strings for windows
Diffstat (limited to 'web/news.txt')
-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 ------------------ |