summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-08-20 00:24:02 +0200
committerAraq <rumpf_a@web.de>2011-08-20 00:24:02 +0200
commitd560e84fcc1171164073a31797649c26a54b03e1 (patch)
tree3466a4c3b27b1bdf10f489c130632bb6eef17975 /web/news.txt
parent5cba831c8848658d67b7a00e24d9696326b9bcc9 (diff)
downloadNim-d560e84fcc1171164073a31797649c26a54b03e1.tar.gz
locks now in their own core module
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 2dc3112a7..bb1bbec49 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -35,6 +35,7 @@ Changes affecting backwards compatibility
 - The ``is`` operator is now the ``of`` operator.
 - The ``is`` operator is now used to check type equivalence in generic code.
 - The ``pure`` pragma for procs has been renamed to ``noStackFrame``. 
+- The threading API has been completely redesigned.
 
 
 Language Additions
@@ -71,6 +72,7 @@ Library Additions
 - Added ``system.running`` for threads.
 - Added ``xmltree.innerText``.
 - Added ``os.isAbsolute``.
+- Added ``locks`` core module for more flexible locking support.
 
 
 2011-07-10 Version 0.8.12 released