aiogram/CHANGES
Alex Root Junior 1dbdcf0516
Improved Scene handler and action inheritance mechanism (#1585)
* #1583 Improved Scene handler and action inheritance mechanism

Enhanced the inheritance of handlers and actions in scenes. Refactored to eliminate the copying of previously connected handlers and actions from parent scenes. Now, handlers are dynamically rebuilt based on the current class, properly utilizing class inheritance and enabling handler overrides.

* Added more tests

* Added more tests for non-function handlers
2024-10-06 16:37:18 +03:00
..
.template.rst.jinja2 Update towncrier config 2021-08-03 23:50:10 +03:00
1583.feature.rst Improved Scene handler and action inheritance mechanism (#1585) 2024-10-06 16:37:18 +03:00
1584.bugfix.rst Fix pytest-asyncio deprecation warning in test (#1584) 2024-09-28 01:33:14 +03:00