changelog file created

This commit is contained in:
kievzenit 2025-07-09 16:20:50 +03:00
parent 5d0f6a9dfb
commit 9710caad75

1
CHANGES/1705.misc.rst Normal file
View file

@ -0,0 +1 @@
Migrated MongoStorage from relying on deprecated motor package to using new async PyMongo. Added BaseStorage, MemoryStorage, MongoStorage, RedisStorage to __init__.py file in aiogram/storage/fsm to improve developer experience.