summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-04 23:55:10 +0200
committerAraq <rumpf_a@web.de>2011-06-04 23:55:10 +0200
commit24ed9d560fb7a694c90dc0a378549a06600fcbd0 (patch)
treebe0f8f2b0f44387e8e2c9b75c8db0506aece9a0b /web/news.txt
parent5008b44467bf545287289087a13f7e53c3d242ff (diff)
downloadNim-24ed9d560fb7a694c90dc0a378549a06600fcbd0.tar.gz
threads clean up their heap
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 fe1d37487..c1477abbe 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -83,6 +83,8 @@ Additions
 - Added a wrapper for ``0mq`` via the ``zmq`` module.
 - The compiler now supports array, sequence and string slicing.
 - Added ``system.newStringOfCap``.
+- Added ``system.raiseHook``.
+- ``system.echo`` is guaranteed to be thread-safe.
 
 
 2010-10-20 Version 0.8.10 released