Update CHANGELOG.md

This commit is contained in:
Sunli 2021-10-22 10:38:29 +08:00
parent c7e0330f0f
commit 0c2617a72a
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.10.4] 2021-10-22
- Implement `Default` for ID #659.
- Fix the `Subscription` macro to work on Rust 2021. [#665](https://github.com/async-graphql/async-graphql/pull/665)
## [2.10.3] 2021-10-12
- Add `visible` macro argument for union type. [#655](https://github.com/async-graphql/async-graphql/pull/655)