add changelog

This commit is contained in:
Ronny Pfannschmidt 2017-03-20 10:21:47 +01:00
parent e368fb4b29
commit e8a1b36c82
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ New Features
* ``pytest.raises`` now asserts that the error message matches a text or regex
with the ``match`` keyword argument. Thanks `@Kriechi`_ for the PR.
* ``pytest.param`` can be used to declare test parameter sets with marks and test ids.
Thanks `@RonnyPfannschmidt`_ for the PR.
Changes
-------