Update CHANGELOG.md

This commit is contained in:
Sunli 2021-11-05 09:27:20 +08:00
parent 78251eff9e
commit 0bcf4f55b8
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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`.
- [async-graphql-poem] Export the HTTP headers in the `Context`.
## [2.11.0] 2021-11-03