From 4150a514d9f35b1a70cd1849eb6a50e57e2c5d2f Mon Sep 17 00:00:00 2001 From: James Hush Date: Fri, 28 Nov 2025 13:57:24 +0100 Subject: [PATCH] docs: add CHANGELOG entry for skip_tts bug fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c94bbaab1..54ed437ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -279,6 +279,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed an issue where `LLMTextFrame` with `skip_tts=True` would have its value + overwritten to `False` when passing through LLM services (e.g., `LLMSwitcher`). + The fix preserves frames that already have `skip_tts=True` set. + - Fixed an issue in `AWSBedrockLLMService` where the `aws_region` arg was always set to `us-east-1`.