Adding changelogs for all the fixes.

This commit is contained in:
filipi87
2026-04-01 12:20:58 -03:00
parent 63bbfc3b27
commit c066a913fe
5 changed files with 5 additions and 0 deletions

1
changelog/4217.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed an issue where `UninterruptibleFrame` items queued in `FrameProcessor` could be incorrectly dropped on interruption. Previously only the frame currently being processed was checked; now the entire process queue is scanned so pending uninterruptible frames are always delivered.