summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-02-08 00:07:32 +0100
committerAraq <rumpf_a@web.de>2013-02-08 00:07:32 +0100
commit5a31bc82747d0646a429515385e12d689cd973b7 (patch)
tree68ef3fa6be0fdfc9f9c29d787332eb388b813f5a /web/news.txt
parent4ee9816a7888f8f125752d75f8528c39c94d732b (diff)
downloadNim-5a31bc82747d0646a429515385e12d689cd973b7.tar.gz
made some tests green
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index e4e9108e0..4dba38261 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -18,6 +18,8 @@ Library Additions
 - Added ``system.onRaise`` to support a condition system.
 - Added ``macros.quote`` for AST quasi-quoting.
 - Added ``system.unsafeNew`` to support hacky variable length objects.
+- There is a new experimental mark&sweep GC which can be faster than the
+  default GC. Enable with ``--gc:markAndSweep``.
 
 
 Changes affecting backwards compatibility