update CHANGELOG with BaseOutputTransport fix

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-11 16:58:44 -07:00
parent 384814e640
commit 89f7e7d199

View File

@@ -72,6 +72,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `BaseOutputTransport` issue that caused incorrect detection of when
the bot stopped talking while using an audio mixer.
- Fixed a `LiveKitTransport` issue where RTVI messages were not properly
encoded.