Add CHANGELOG entry

This commit is contained in:
Bruno Oliveira 2017-03-22 12:40:31 -03:00
parent 74b54ac0ec
commit 0c1c2580d0
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ New Features
* ``pytest.param`` can be used to declare test parameter sets with marks and test ids.
Thanks `@RonnyPfannschmidt`_ for the PR.
* The ``pytest-warnings`` plugin has been integrated into the core, so now ``pytest`` automatically
captures and displays warnings at the end of the test session.
Thanks `@nicoddemus`_ for the PR.
Changes
-------