Rename changelog files to use PR #3896 and mark breaking change

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-02 12:06:08 -08:00
parent 4a61d5bfad
commit 741ff14d3a
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
- Deprecated `push_interruption_task_frame_and_wait()` in `FrameProcessor`. Use `broadcast_interruption()` instead. The old method now delegates to `broadcast_interruption()` and logs a deprecation warning.