diff options
author | Araq <rumpf_a@web.de> | 2013-02-18 17:23:26 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-02-18 17:23:26 +0100 |
commit | d15981adbcfe507f58f3cc6167272d8af363bbf4 (patch) | |
tree | bac2792cc435641353050635bc6d9a8a84733732 /web/news.txt | |
parent | 8e9b39084c4ed378ef98d3e2d6cc958f976862b4 (diff) | |
download | Nim-d15981adbcfe507f58f3cc6167272d8af363bbf4.tar.gz |
system.fields|fieldPairs for objects
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
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 |