summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-05-20 02:17:24 +0200
committerAraq <rumpf_a@web.de>2013-05-20 02:17:24 +0200
commitbaf89e3d66543a242013bea26cb779a2d9c0e727 (patch)
tree8060c791247b214985f7fd8987de1a9c5c834769 /web/news.txt
parenta23d418d78f7c35b2e7aed23ed6beb60e2542b83 (diff)
downloadNim-baf89e3d66543a242013bea26cb779a2d9c0e727.tar.gz
GC'ed wide strings for windows
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt4
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
 ------------------