diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-13 00:38:39 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-13 00:38:39 +0100 |
commit | fb2ae12c4969d41fbb0857a0b9121ad947807a1e (patch) | |
tree | 90a268cc659d6c5c28408976a368cc503720fe1f /web/news.txt | |
parent | 55e900bba2be06cf91789e749d9fc31f017a0dd0 (diff) | |
download | Nim-fb2ae12c4969d41fbb0857a0b9121ad947807a1e.tar.gz |
sockets module complete
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index e89a9da51..234edc5aa 100755 --- a/web/news.txt +++ b/web/news.txt @@ -12,8 +12,11 @@ Bugfixes Additions --------- +- Added ``system.cstringArrayToSeq``. +- Added ``cgi.decodeData(data: string): tuple[key, value: string]``. - Added ``ropes`` module. - Added ``sockets`` module. +- Added ``browsers`` module. - Added ``httpserver`` module. - Many wrappers now do not contain redundant name prefixes (like ``GTK_``, ``lua``). The new wrappers are available in ``lib/newwrap``. Change |