added changelog

This commit is contained in:
Om Chauhan
2026-02-01 20:35:05 +05:30
parent 12f27f9cda
commit 9f380170d7

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

@@ -0,0 +1 @@
- Fixed race condition where `RTVIObserver` could send messages before `DailyTransport` join completed. Outbound messages are now queued & delivered after the transport is ready.