Add changelog entries for PR #3774

This commit is contained in:
Mark Backman
2026-02-19 07:44:52 -07:00
parent 63df4642b5
commit 50ef4909e3
2 changed files with 2 additions and 0 deletions

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

@@ -0,0 +1 @@
- Added `broadcasted` field to the base `Frame` class. This field is automatically set to `True` by `broadcast_frame()` and `broadcast_frame_instance()` to distinguish broadcasted frames from single-direction frames.

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

@@ -0,0 +1 @@
- Fixed `RTVIObserver` not processing upstream-only frames. Previously, all upstream frames were filtered out to avoid duplicate messages from broadcasted frames. Now only upstream copies of broadcasted frames are skipped.