aiogram/CHANGES/1673.bugfix.rst
2025-04-14 23:40:49 +03:00

2 lines
274 B
ReStructuredText

- Scene action handlers (such as `enter`, `leave`, etc.) now properly receive context and data from observer (`outer_middleware`) middlewares, matching the behavior of regular handlers.
- Fixed `TypeError` when accessing middleware-injected arguments inside scene handlers.