summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-02-02 21:20:22 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2010-02-02 21:20:22 +0100
commitbdcf1ec1f78b63fa4d04e1a4599f62cc7281ed38 (patch)
tree30b6c6b2ec72ee107e2570de5101fe5d2e8fba47 /web
parentc7bd3f94cd6377f2a64ce67b59a4a31118bdabbb (diff)
downloadNim-bdcf1ec1f78b63fa4d04e1a4599f62cc7281ed38.tar.gz
HTTP chunking should work now
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 9186a3593..4a2736b67 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -24,6 +24,7 @@ Additions
 ---------
 - Added ``system.cstringArrayToSeq``.
 - Added ``system.lines(f: TFile)`` iterator.
+- Added ``system.delete``, ``system.del`` and ``system.insert`` for sequences.
 - Added ``cgi.decodeData(data: string): tuple[key, value: string]``.
 - Added ``ropes`` module.
 - Added ``sockets`` module.