Added changelog

This commit is contained in:
Alex Root Junior 2022-07-10 00:30:21 +03:00
parent 4f12b6792f
commit fd56c52876
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

9
CHANGES/938.misc.rst Normal file
View file

@ -0,0 +1,9 @@
**Breaking!** More flat project structure
These packages was moved, imports in your code should be fixed:
- :code:`aiogram.dispatcher.filters` -> :code:`aiogram.filters`
- :code:`aiogram.dispatcher.fsm` -> :code:`aiogram.fsm`
- :code:`aiogram.dispatcher.handler` -> :code:`aiogram.handler`
- :code:`aiogram.dispatcher.webhook` -> :code:`aiogram.webhook`
- :code:`aiogram.dispatcher.flags/*` -> :code:`aiogram.dispatcher.flags` (single module instead of package)