Update CHANGELOG.md

This commit is contained in:
Sunli 2021-05-11 15:30:04 +08:00
parent 9465b9d34d
commit b0603c099c
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `Websocket::with_message_stream` for client message customization. [#501](https://github.com/async-graphql/async-graphql/pull/501)
- Added the `Secret` type using [secrecy](https://crates.io/crates/secrecy) crate.
## [2.8.4] 2021-04-23
- Fix the problem that the `ComplexObject` macro cannot work due to the `secret` attribute.