summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-14 01:36:49 +0200
committerAraq <rumpf_a@web.de>2011-06-14 01:36:49 +0200
commitade67f1abcc29402b489e9f5940036276878fb18 (patch)
treec21aeca55a0b9137bf4479dcf67726b367ea1859 /web/news.txt
parentca637c019c13f552d0f44a18d3f3afe4b8a88832 (diff)
downloadNim-ade67f1abcc29402b489e9f5940036276878fb18.tar.gz
intsets are now a proper module and part of the stdlib
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index f048ae541..d9b0ef6b2 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -51,6 +51,7 @@ 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 ``intsets`` module which contains a specialized int set data type.
 - Added ``scgi`` module.
 - Added ``smtp`` module.
 - Added ``re.findAll``, ``pegs.findAll``.