mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
* Move packages * Added changelog * Update examples/echo_bot.py Co-authored-by: Oleg A. <t0rr@mail.ru> * Rename `handler` -> `handlers` * Update __init__.py Co-authored-by: Oleg A. <t0rr@mail.ru>
9 lines
464 B
ReStructuredText
9 lines
464 B
ReStructuredText
**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)
|