add missing entry to CHANGELOG

This commit is contained in:
holger krekel 2013-09-30 13:23:32 +02:00
parent db6f347db6
commit 431ce79d94
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ new features:
Bug fixes:
- fix issue358 - capturing options are now parsed more properly
by using a new parser.parse_known_args method.
- pytest now uses argparse instead of optparse (thanks Anthon) which
means that "argparse" is added as a dependency if installing into python2.6
environments or below.