Added changelog

This commit is contained in:
JRoot Junior 2025-03-07 00:43:40 +02:00
parent 28941439cf
commit 4e4f41787d
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

5
CHANGES/1592.misc.rst Normal file
View file

@ -0,0 +1,5 @@
Introduce Union types for streamlined type handling.
Implemented Union types across various modules to consolidate and simplify type annotations.
This change replaces repetitive union declarations with reusable Union aliases,
improving code readability and maintainability.