mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
* Rework middlewares, separate management to `MiddlewareManager` class * Rework middlewares * Added changes description for redis * Added changes description for redis * Fixed tests with Redis // aioredis replacement * Changed msg.<html/md>_text attributes behaviour * Added changelog for spoilers * Added possibility to get command magic result as handler arguments
3 lines
227 B
ReStructuredText
3 lines
227 B
ReStructuredText
Solved common naming problem with middlewares that confusing too much developers
|
|
- now you can't see the `middleware` and `middlewares` attributes at the same point
|
|
because this functionality encapsulated to special interface.
|