From 726e1659320d2c5872cd6185008625dcdc425e12 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 4 Feb 2019 08:38:48 -0200 Subject: [PATCH] Fix typo in CHANGELOG --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9afd301bb..ac168dfd3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,7 +24,7 @@ pytest 4.2.0 (2019-01-30) Features -------- -- `#3094 `_: `Class xunit-style `__ functions and methods +- `#3094 `_: `Classic xunit-style `__ functions and methods now obey the scope of *autouse* fixtures. This fixes a number of surprising issues like ``setup_method`` being called before session-scoped