Update CHANGELOG.md

This commit is contained in:
Sunli 2021-04-01 20:57:31 +08:00
parent 577fa5ded6
commit d6c47f718c
1 changed files with 7 additions and 1 deletions

View File

@ -5,11 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
nd this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## Added
- Add cache support for DataLoader. [#455](https://github.com/async-graphql/async-graphql/issues/455)
- Prevent Warp WS Close, Ping, and Pong messages from being parsed as GraphQL [#459](https://github.com/async-graphql/async-graphql/pull/459)
- Implements `ScalarType` for `serde_json::Value`.
## Fixed
- Prevent Warp WS Close, Ping, and Pong messages from being parsed as GraphQL [#459](https://github.com/async-graphql/async-graphql/pull/459)
- Fix Schema::sdl() does not include subscription definitions. [#464](https://github.com/async-graphql/async-graphql/issues/464)
## [2.7.2]
## Removed