mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added changelog
This commit is contained in:
parent
28941439cf
commit
4e4f41787d
1 changed files with 5 additions and 0 deletions
5
CHANGES/1592.misc.rst
Normal file
5
CHANGES/1592.misc.rst
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue