diff options
author | Araq <rumpf_a@web.de> | 2013-03-21 21:28:46 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-03-21 21:28:46 +0100 |
commit | c9ed846a43e0061702c408ab6397574e532d9bca (patch) | |
tree | 8a0e4722501822d593a2fe5643aaae7fc54401c5 /web/news.txt | |
parent | 02b1503e1f1d98206e743d0fe7eb24da5d28eb39 (diff) | |
download | Nim-c9ed846a43e0061702c408ab6397574e532d9bca.tar.gz |
added system.locals
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 1 |
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 |