summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-02-18 17:23:26 +0100
committerAraq <rumpf_a@web.de>2013-02-18 17:23:26 +0100
commitd15981adbcfe507f58f3cc6167272d8af363bbf4 (patch)
treebac2792cc435641353050635bc6d9a8a84733732 /web/news.txt
parent8e9b39084c4ed378ef98d3e2d6cc958f976862b4 (diff)
downloadNim-d15981adbcfe507f58f3cc6167272d8af363bbf4.tar.gz
system.fields|fieldPairs for objects
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 efe215f93..3ec1ee0bf 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -26,6 +26,8 @@ Library Additions
 - Added ``system.unsafeNew`` to support hacky variable length objects.
 - There is a new experimental mark&sweep GC which can be faster (or much 
   slower) than the default GC. Enable with ``--gc:markAndSweep``.
+- ``system.fields`` and ``system.fieldPairs`` support ``object`` too; they
+  used to only suppor tuples.
 
 
 Changes affecting backwards compatibility