diff --git a/changelog/11525.improvement.rst b/changelog/11525.improvement.rst index e418718ba..0a4c41abb 100644 --- a/changelog/11525.improvement.rst +++ b/changelog/11525.improvement.rst @@ -1,5 +1,3 @@ The fixtures are now represented as fixture in test output. -Fixtures are now a class object of type `FixtureFunctionDefinition`. - -- by :user:`the-compiler` and :user:`glyphack`.