update CHANGELOG with StatelessTextTransformer fix (update)
This commit is contained in:
@@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Fixed
|
### 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
|
- `TTSService` end of sentence detection has been improved. It now works with
|
||||||
acronyms, numbers, hours and others.
|
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
|
||||||
|
|
||||||
- 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
|
- `WebsocketServerTransport` doesn't try to send frames anymore if serializers
|
||||||
returns `None`.
|
returns `None`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user