diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2010-02-08 22:07:45 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2010-02-08 22:07:45 +0100 |
commit | 44ed48ffa6c39653415b0e0e528a1e8a515a7a77 (patch) | |
tree | 60e777c5d77b778670c5c219278cf63865fc5320 /web | |
parent | a4ba3556456e7e42d5997db9f935904434df9b6f (diff) | |
download | Nim-44ed48ffa6c39653415b0e0e528a1e8a515a7a77.tar.gz |
more enhancements for the lib
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 35d2971cb..cea6bc124 100755 --- a/web/news.txt +++ b/web/news.txt @@ -31,7 +31,9 @@ Additions - Added ``sockets`` module. - Added ``browsers`` module. - Added ``httpserver`` module. +- Added ``httpclient`` module. - Added ``parseutils`` module. +- Added ``unidecode`` module. - Many wrappers now do not contain redundant name prefixes (like ``GTK_``, ``lua``). The new wrappers are available in ``lib/newwrap``. Change your configuration file to use these. |