diff options
author | Araq <rumpf_a@web.de> | 2011-06-07 03:37:36 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-07 03:37:36 +0200 |
commit | 3bc821aa5c676869d65f1448a005dfd47f197f61 (patch) | |
tree | 16b757f5f8bcab86e46b677b8b8becd63ff04bed /web/news.txt | |
parent | 42eb21be7b422b47732a56a1b8420b6f1b63f2c6 (diff) | |
download | Nim-3bc821aa5c676869d65f1448a005dfd47f197f61.tar.gz |
basic generic collections implemented and tested
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
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``. |