add changelog: integrate option tab-completion when argcomplete is used. Thanks

Anthon van der Neut for the PR.  This also lets pytest use argparse
instead of optparse.
This commit is contained in:
holger krekel 2013-07-26 07:51:33 +02:00
parent 4b87810fc2
commit 788303523e
2 changed files with 5 additions and 0 deletions

View File

@ -34,3 +34,4 @@ Andreas Zeidler
Brian Okken
Katarzyna Jachim
Christian Theunert
Anthon van der Neut

View File

@ -1,6 +1,10 @@
Changes between 2.3.5 and 2.4.DEV
-----------------------------------
- integrate option tab-completion when argcomplete is used. Thanks
Anthon van der Neut for the PR. This also lets pytest use argparse
instead of optparse.
- SO-17664702: call fixture finalizers even if the fixture function
partially failed (finalizers would not always be called before)