From eb9388f1c186ea63d17df7676e155b3521116085 Mon Sep 17 00:00:00 2001 From: Sunli Date: Thu, 28 Apr 2022 14:59:27 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd5256d..b5dd8358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Move the pest parser code generation step into a test. [#901](https://github.com/async-graphql/async-graphql/pull/901) - Update `log` to version `0.4.16`. [#903](https://github.com/async-graphql/async-graphql/pull/903) - Added impl of `CursorType` for floats [#897](https://github.com/async-graphql/async-graphql/pull/897) -- +- Implement `OutputType` for `tokio::sync::RwLock` and `tokio::sync::Mutex`. [#896](https://github.com/async-graphql/async-graphql/pull/896) # [3.0.38] 2022-4-8