From 4a7d20bdabde2689c4a278f31585de72b7ce3f9f Mon Sep 17 00:00:00 2001 From: Sunli Date: Mon, 26 Sep 2022 08:43:14 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c84473..4468f68d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # [4.0.14] 2022-09-25 -# Add support for parse request from query string. [#1085](https://github.com/async-graphql/async-graphql/issues/1085) +- Implement a simple approach to using the link directive. [#1060](https://github.com/async-graphql/async-graphql/pull/1060) +- docs: Update federation docs with examples of each directive. [#1080](https://github.com/async-graphql/async-graphql/pull/1080) +- Add support for parse request from query string. [#1085](https://github.com/async-graphql/async-graphql/issues/1085) # [4.0.13] 2022-09-09