Update CHANGELOG.md

This commit is contained in:
Sunli 2021-11-04 14:35:48 +08:00
parent e73c142ce8
commit 727b825e6d
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Implement `From<Option<Option<T>>>` for `MaybeUndefined<T>`.
- Add `MaybeUndefined::as_opt_ref` and `MaybeUndefined::as_opt_deref` methods.
- Add `Failure` type. [#671](https://github.com/async-graphql/async-graphql/issues/671)
- [async-graphql-axum] Bump axum from `0.2.5` to `0.3`.
## [2.11.0] 2021-11-03