From 222772117308ee8fa8d6eb7ff0eb370811db2614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 22 Jul 2024 09:30:45 -0700 Subject: [PATCH] update CHANGELOG with StatelessTextTransformer fix (update) --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5641644a0..286325679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed an issue with `StatelessTextTransformer` where it was pushing a string + instead of a `TextFrame`. + - `TTSService` end of sentence detection has been improved. It now works with acronyms, numbers, hours and others. @@ -72,9 +75,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed an issue with `StatelessTextTransformer` where it was pushing a string - instead of a `TextFrame`. - - `WebsocketServerTransport` doesn't try to send frames anymore if serializers returns `None`.