Update CHANGELOG.md

This commit is contained in:
Sunli 2021-07-15 09:47:59 +08:00
parent 7771d4e08f
commit 46d1d48618
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
- Add binary types to `ConstValue` and `Value`. [#569](https://github.com/async-graphql/async-graphql/issues/569)
- Attach custom HTTP headers to the response when an error occurs. [#572](https://github.com/async-graphql/async-graphql/issues/572)
## [2.9.8] 2021-07-12
- Add Extensions in Error of `InputValueValidator`. [#564](https://github.com/async-graphql/async-graphql/pull/564)