add changelog

This commit is contained in:
Ronny Pfannschmidt 2024-06-21 12:07:01 +02:00
parent 71a2add68d
commit fd3ee18ff8
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
* migrate formatting tests to fstrings
* use typesafe constructs in the junitxml tests
* separate mocktiming into ``_pytest.timing``
-- by :user:`RonnyPfannschmidt`