update CHANGELOG with StatelessTextTransformer fix

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-22 09:27:53 -07:00
parent ab63ff275d
commit 77a53da5f5

View File

@@ -72,6 +72,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`.
- `WebsocketServerTransport` doesn't try to send frames anymore if serializers
returns `None`.