add changelog entry

This commit is contained in:
Ronny Pfannschmidt 2024-06-20 11:09:48 +02:00
parent 4e54f19be1
commit 85e451a2cc
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`