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

1
changelog/3896.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `broadcast_interruption()` to `FrameProcessor`. This method pushes an `InterruptionFrame` both upstream and downstream directly from the calling processor, avoiding the round-trip through the pipeline task that `push_interruption_task_frame_and_wait()` required.