summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorrumpf_a@web.de <>2010-01-31 14:33:33 +0100
committerrumpf_a@web.de <>2010-01-31 14:33:33 +0100
commite22c73fd893447cc59dd854e9680626ed7da01b2 (patch)
treef287376afd1cad6e2aa573053e0e8f3e586262eb /web
parent262a47887d2578c2eb0c2196ea3191b6a088209f (diff)
downloadNim-e22c73fd893447cc59dd854e9680626ed7da01b2.tar.gz
parseutils added
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index ec8169e72..9186a3593 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -14,18 +14,22 @@ Bugfixes
 - Fixed bug #502670 (underscores in identifiers).
 - Fixed a bug in the ``parsexml`` module concerning the parsing of
   ``<tag attr="value" />``.
+- Fixed a bug in the ``parsexml`` module concerning the parsing of
+  enities like ``&ltXX``.
 - ``system.write(f: TFile, s: string)`` now works even if ``s`` contains binary
   zeros.
-  
+
 
 Additions
 ---------
 - Added ``system.cstringArrayToSeq``.
+- Added ``system.lines(f: TFile)`` iterator.
 - Added ``cgi.decodeData(data: string): tuple[key, value: string]``.
 - Added ``ropes`` module.
 - Added ``sockets`` module.
 - Added ``browsers`` module.
 - Added ``httpserver`` module.
+- Added ``parseutils`` 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.