summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-07 03:37:36 +0200
committerAraq <rumpf_a@web.de>2011-06-07 03:37:36 +0200
commit3bc821aa5c676869d65f1448a005dfd47f197f61 (patch)
tree16b757f5f8bcab86e46b677b8b8becd63ff04bed /web/news.txt
parent42eb21be7b422b47732a56a1b8420b6f1b63f2c6 (diff)
downloadNim-3bc821aa5c676869d65f1448a005dfd47f197f61.tar.gz
basic generic collections implemented and tested
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index c1477abbe..f048ae541 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -48,6 +48,9 @@ Changes affecting backwards compatibility
 Additions
 ---------
 
+- Added ``lists`` module which contains generic linked lists.
+- Added ``sets`` module which contains generic hash sets.
+- Added ``tables`` module which contains generic hash tables.
 - Added ``scgi`` module.
 - Added ``smtp`` module.
 - Added ``re.findAll``, ``pegs.findAll``.