From 8ec160f71e36a9f25a65db8528950d41f7a2f9ed Mon Sep 17 00:00:00 2001 From: filipi87 Date: Mon, 9 Mar 2026 11:37:11 -0300 Subject: [PATCH] Making the changelog more user friendly. --- changelog/3936.fixed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3936.fixed.md b/changelog/3936.fixed.md index 2d186ffd7..27e48815c 100644 --- a/changelog/3936.fixed.md +++ b/changelog/3936.fixed.md @@ -1 +1 @@ -- Fixed `TTSService` to push `LLMAssistantPushAggregationFrame` when the base class is responsible for pushing `TTSStoppedFrame`. +- Fixed TTS context not being appended to the assistant message history when using `TTSSpeakFrame` with `append_to_context=True` with some TTS providers.