From f6d7402530aa6ebf24c1305cdadbadc8448f8d7b Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 7 Nov 2024 15:16:03 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a0d3fa9..4232270fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed an issue with PlayHTTTSService, where the TTFB metrics were reporting very small time values. +- Fixed an issue where AzureTTSService wasn't initializing the specified + language. + ### Other - Add `23-bot-background-sound.py` foundational example.