From 4e685f6f915625de284494db29d8c0b1d264c445 Mon Sep 17 00:00:00 2001 From: Oliver Cooper Date: Thu, 15 Jul 2021 13:58:05 +1200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e39a4b7..aea3fc5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Add binary types to `ConstValue` and `Value`. [#569](https://github.com/async-graphql/async-graphql/issues/569) +- Changed Lookahead to support multiple fields. [#574](https://github.com/async-graphql/async-graphql/issues/547) ## [2.9.8] 2021-07-12