diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d27891b68..6a864e8a3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,13 +24,13 @@ pytest 3.7.2 (2018-08-16) Bug Fixes --------- -- `#3671 `_: Fix ``filterwarnings`` mark not registered +- `#3671 `_: Fix ``filterwarnings`` not being registered as a builtin mark. - `#3768 `_, `#3789 `_: Fix test collection from packages mixed with normal directories. -- `#3771 `_: Fix infinite recursion during collection if a ``pytest_ignore_collect`` returns ``False`` instead of ``None``. +- `#3771 `_: Fix infinite recursion during collection if a ``pytest_ignore_collect`` hook returns ``False`` instead of ``None``. - `#3774 `_: Fix bug where decorated fixtures would lose functionality (for example ``@mock.patch``).