summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-03-10 16:33:55 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2010-03-10 16:33:55 +0100
commit96b828a3863c28680e8a5b0165c5e0bbcca7a46c (patch)
tree6ab8e58da5bf2dde1c0c865f60ef9ecf1a55ba15 /web
parent2e280eafa8b13802980cf0e2f309342742e61347 (diff)
downloadNim-96b828a3863c28680e8a5b0165c5e0bbcca7a46c.tar.gz
bugfix: len openarray
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt1
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.