diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cc6d1a2df..a5fad89e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -71,7 +71,7 @@ time or change existing behaviors in order to make them less surprising/more use Thanks `@milliams`_ for the complete PR (`#1428`_). * New ``--doctest-report`` option available to change the output format of diffs - when running (failing) doctests. Implements `#1749`_. + when running (failing) doctests. * New ``name`` argument to ``pytest.fixture`` decorator which allows a custom name for a fixture (to solve the funcarg-shadowing-fixture problem).