add changelog entry

This commit is contained in:
Ronny Pfannschmidt 2024-06-20 11:09:48 +02:00
parent a36b74ead8
commit fc6ba92c30
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Migrated all internal type-annotations to the python3.10+ style by using the `annotations` future import.
-- by :user:`RonnyPfannschmidt`