summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-04-18 23:41:31 +0200
committerAraq <rumpf_a@web.de>2011-04-18 23:41:31 +0200
commitd1b766cec03277ac4086ddf7bd371d7bc20b2b4d (patch)
tree5967e085776933b5f4ea31a4669b77dc5a952423 /web/news.txt
parent48dd9679bd2196369a8a6f93f6225ad730683c25 (diff)
downloadNim-d1b766cec03277ac4086ddf7bd371d7bc20b2b4d.tar.gz
hashtables: 1st version; parseutils additions
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 3a35a9f21..ce48b4e90 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -49,6 +49,7 @@ Additions
 - Added ``smtp`` module.
 - Added ``re.findAll``, ``pegs.findAll``.
 - Added ``os.findExe``.
+- Added ``parseutils.parseUntil`` and ``parseutils.parseWhile``.
 - Added ``strutils.align``, ``strutils.tokenize``, ``strutils.wordWrap``. 
 - Pegs support a *captured search loop operator* ``{@}``.
 - Pegs support new built-ins: ``\letter``, ``\upper``, ``\lower``,