From 431ce79d942faec63c79551d22e9652d8b7735d6 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 30 Sep 2013 13:23:32 +0200 Subject: [PATCH] add missing entry to CHANGELOG --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 27a6cacb6..314f92aa5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.