summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
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