summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-04-21 04:07:03 +0300
committerZahary Karadjov <zahary@gmail.com>2012-04-21 04:07:03 +0300
commit2400704c229fdd9017413c87f307578df5a25831 (patch)
treee953913b4371c2512ebc686c4eb1946ff4d12a18 /web/news.txt
parent251c44ff04749ed969aab7598b6638e7119e2cd6 (diff)
downloadNim-2400704c229fdd9017413c87f307578df5a25831.tar.gz
Finally rebuilt the sources to take advantage of the new type system capabilities
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 7863d3ce3..68950e0c5 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -35,6 +35,10 @@ Library Additions
 - Added a wrapper for ``libsvm``.
 - Added a wrapper for ``mongodb``.
 - Added ``terminal.isatty``.
+- Added overload for ``system.items`` that can be used to iterate over the
+  values of an enum.
+- Added ``system.TInteger`` and ``system.TNumber`` type classes matching
+  any of the corresponding type available in nimrod.
 
 
 Changes affecting backwards compatibility