Add changelog for #4449

This commit is contained in:
Aleix Conchillo Flaqué
2026-05-08 13:54:06 -07:00
parent 4f85e7c089
commit 77058b01c4

View File

@@ -0,0 +1 @@
- Moved `create_task`, `cancel_task`, the `task_manager` property, and `setup(task_manager)` up from `FrameProcessor` to `BaseObject`. Custom `BaseObject` subclasses (turn strategies, controllers, etc.) now inherit these methods directly instead of reimplementing the task manager wiring. Owners propagate the task manager to their child `BaseObject`s via `await child.setup(task_manager)`.