summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-16 02:03:33 +0200
committerAraq <rumpf_a@web.de>2011-06-16 02:03:33 +0200
commitde659eba65b5ad098a403449c4b2b1067d04a2cf (patch)
tree0674a5c9e9569295a7bea36b746624af1b14cf70 /web/news.txt
parent9a8b39c85b22518a9c353dcf5d693e701ac272b7 (diff)
downloadNim-de659eba65b5ad098a403449c4b2b1067d04a2cf.tar.gz
added encodings 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 321550dfe..84cc34487 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -54,6 +54,7 @@ Additions
 - Added ``intsets`` module which contains a specialized int set data type.
 - Added ``scgi`` module.
 - Added ``smtp`` module.
+- Added ``encodings`` module.
 - Added ``re.findAll``, ``pegs.findAll``.
 - Added ``os.findExe``.
 - Added ``parseutils.parseUntil`` and ``parseutils.parseWhile``.