diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-02-02 21:20:22 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-02-02 21:20:22 +0100 |
commit | bdcf1ec1f78b63fa4d04e1a4599f62cc7281ed38 (patch) | |
tree | 30b6c6b2ec72ee107e2570de5101fe5d2e8fba47 /web | |
parent | c7bd3f94cd6377f2a64ce67b59a4a31118bdabbb (diff) | |
download | Nim-bdcf1ec1f78b63fa4d04e1a4599f62cc7281ed38.tar.gz |
HTTP chunking should work now
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 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. |