diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-03-10 16:33:55 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-03-10 16:33:55 +0100 |
commit | 96b828a3863c28680e8a5b0165c5e0bbcca7a46c (patch) | |
tree | 6ab8e58da5bf2dde1c0c865f60ef9ecf1a55ba15 /web | |
parent | 2e280eafa8b13802980cf0e2f309342742e61347 (diff) | |
download | Nim-96b828a3863c28680e8a5b0165c5e0bbcca7a46c.tar.gz |
bugfix: len openarray
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 1c31849c4..4ceaea6e7 100755 --- a/web/news.txt +++ b/web/news.txt @@ -35,6 +35,7 @@ Additions - Added ``system./`` for int. - Exported ``system.newException`` template. - Added ``cgi.decodeData(data: string): tuple[key, value: string]``. +- Added ``strutils.insertSep``. - Added ``math.trunc``. - Added ``ropes`` module. - Added ``sockets`` module. |