diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 3 |
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 |