aiogram/CHANGES
JRoot Junior d36a10d428
Fix handler registration order in Scene
Previously, `Scene` handlers were registered based on the sorted output of `inspect.getmembers`, causing incorrect execution order. Now, handlers are registered in the order they are defined in the class, ensuring reliable behavior and proper sequence when handling filters with varying specificity. Added test cases to validate the correct handler ordering.
2025-02-16 23:35:24 +02:00
..
.template.rst.jinja2 Update towncrier config 2021-08-03 23:50:10 +03:00
1641.bugfix.rst Fix handler registration order in Scene 2025-02-16 23:35:24 +02:00