Update CHANGELOG.md

This commit is contained in:
Sunli 2021-04-08 11:33:09 +08:00
parent 36c7d4a883
commit a30dc64336
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Fix stack overflow during Registry::create_type for recursive type while running Schema::build. [#474](https://github.com/async-graphql/async-graphql/issues/474)
### Added
- Add `secret` attribute for arguments, they will not appear in the log.
```rust