Update CHANGELOG.md

This commit is contained in:
Sunli 2021-06-16 15:09:44 +08:00
parent 5691f6ca71
commit 4256392091
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump upstream crate `bson` from `v1.2.0` to `v2.0.0-beta.1`. [#516](https://github.com/async-graphql/async-graphql/pull/516)
- Add `serial` attribute for `Object`, `SimpleObject` and `MergedObject` macros. #539
## [2.9.2] 2021-06-10
- Allow field guards to support paths. [#536](https://github.com/async-graphql/async-graphql/issues/536)