Update CHANGELOG.md

This commit is contained in:
Sunli 2021-02-06 13:19:22 +08:00 committed by GitHub
parent bc076a852a
commit a67ed25e0c
1 changed files with 1 additions and 2 deletions

View File

@ -8,10 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add subscription support for tide with tide-websockets.
- Add subscription support for tide with [tide-websockets](https://crates.io/crates/tide-websockets).
### Fixed
- Fixed the bug that can accept subscription requests during the initialization of WebSocket.
- GraphQL over WebSocket Protocol
- Fixed GraphQL over WebSocket Protocol does not support ConnectionError events. [#406](https://github.com/async-graphql/async-graphql/issues/406)