summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2010-10-31 00:16:01 +0200
committerAraq <rumpf_a@web.de>2010-10-31 00:16:01 +0200
commitec67d98286fcc8c550c6c747c937c5a8fceac749 (patch)
treecaa1e86a4d5de7fd7299d7cbdc8117e9c619607d /web
parent11d3d94438056dd98cf4a49411b18c61bfc0cc56 (diff)
downloadNim-ec67d98286fcc8c550c6c747c937c5a8fceac749.tar.gz
pegs: bugfixes and extensions
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index 337ed21bb..9569a9cc3 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -10,12 +10,13 @@ Bugfixes
 
 - Bugfix: ``httpclient`` correct passes the path starting with ``/``.
 - Bugfixes for the ``htmlparser`` module.
+- Bugfix: ``pegs.find`` did not respect ``start`` parameter.
 
 
 Additions
 ---------
 
-- Added ``re.findAll``.
+- Added ``re.findAll``, ``pegs.findAll``.
 
 
 2010-10-20 Version 0.8.10 released