diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4ab6f1bd..2209b729c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2173,10 +2173,10 @@ Features design. This introduces new ``Node.iter_markers(name)`` and ``Node.get_closest_marker(name)`` APIs. Users are **strongly encouraged** to read the `reasons for the revamp in the docs - `_, + `_, or jump over to details about `updating existing code to use the new APIs - `_. (`#3317 - `_) + `_. + (`#3317 `_) - Now when ``@pytest.fixture`` is applied more than once to the same function a ``ValueError`` is raised. This buggy behavior would cause surprising problems