summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-03-21 21:28:46 +0100
committerAraq <rumpf_a@web.de>2013-03-21 21:28:46 +0100
commitc9ed846a43e0061702c408ab6397574e532d9bca (patch)
tree8a0e4722501822d593a2fe5643aaae7fc54401c5 /web/news.txt
parent02b1503e1f1d98206e743d0fe7eb24da5d28eb39 (diff)
downloadNim-c9ed846a43e0061702c408ab6397574e532d9bca.tar.gz
added system.locals
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 7bd0e4f4f..2add6aefa 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -24,6 +24,7 @@ Library Additions
 - There is a new experimental mark&sweep GC which can be faster (or much 
   slower) than the default GC. Enable with ``--gc:markAndSweep``.
 - Added ``system.onRaise`` to support a condition system.
+- Added ``system.locals`` that provides access to a proc's locals.
 - Added ``macros.quote`` for AST quasi-quoting.
 - Added ``system.unsafeNew`` to support hacky variable length objects.
 - ``system.fields`` and ``system.fieldPairs`` support ``object`` too; they