chore: update changelog

This commit is contained in:
Glyphack 2024-06-20 15:21:37 +02:00
parent 91fc20876a
commit 1f4d9ab2cb
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
Fixtures are now shown as a pytest fixture in tests output. 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`.