From 89f7e7d199a7f79cc18b7689c0ff559e14b02f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 11 Sep 2025 16:58:44 -0700 Subject: [PATCH] update CHANGELOG with BaseOutputTransport fix --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f6f6cf3..07c669d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.