From 6c4682cb07beb3db55697902d05ccb7371b6c3d3 Mon Sep 17 00:00:00 2001 From: Glyphack Date: Thu, 20 Jun 2024 16:47:05 +0200 Subject: [PATCH] chore: update changelog --- changelog/11525.improvement.rst | 2 -- 1 file changed, 2 deletions(-) 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`.