ChangeLog fix

This commit is contained in:
Вадим Христенко 2025-04-14 23:42:52 +03:00 committed by GitHub
parent 4c81624f49
commit b8952b459d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,2 @@
- 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.
- 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.