Tweak CHANGELOG: move "change" entry to the proper place

This commit is contained in:
Bruno Oliveira 2016-08-17 23:08:13 -03:00
parent 66673c0dd3
commit 56df9fcc72
1 changed files with 3 additions and 5 deletions

View File

@ -184,6 +184,9 @@ time or change existing behaviors in order to make them less surprising/more use
fixture is declared in a test function.
Thanks `@nicoddemus`_ for the PR.
* ``pytest_terminal_summary`` hook now receives the ``exitstatus``
of the test session as argument. Thanks `@blueyed`_ for the PR (`#1809`_).
* Parametrize ids can accept ``None`` as specific test id, in which case the
automatically generated id for that argument will be used.
Thanks `@palaviv`_ for the complete PR (`#1468`_).
@ -337,11 +340,6 @@ time or change existing behaviors in order to make them less surprising/more use
* Fixed the total tests tally in junit xml output (`#1798`_).
Thanks to `@cryporchild`_ for the PR.
* ``pytest_terminal_summary`` hook now receives the ``exitstatus``
of the test session as argument. Thanks `@blueyed`_ for the PR (`#1809`_).
*
* Fixed off-by-one error with lines from ``request.node.warn``.
Thanks to `@blueyed`_ for the PR.