diff options
author | Araq <rumpf_a@web.de> | 2010-10-31 00:16:01 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-10-31 00:16:01 +0200 |
commit | ec67d98286fcc8c550c6c747c937c5a8fceac749 (patch) | |
tree | caa1e86a4d5de7fd7299d7cbdc8117e9c619607d /web | |
parent | 11d3d94438056dd98cf4a49411b18c61bfc0cc56 (diff) | |
download | Nim-ec67d98286fcc8c550c6c747c937c5a8fceac749.tar.gz |
pegs: bugfixes and extensions
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 |