From bfe2436350648b29697a76cb7b39f281973d6c94 Mon Sep 17 00:00:00 2001 From: hwillson Date: Thu, 29 Apr 2021 19:24:08 -0400 Subject: [PATCH] Changelog update --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f58c34..c36c2225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +### v2.10.4 (TBD) + +* Allow fragments to be imported by name when using the webpack loader.
+ [@dobesv](https://github.com/dobesv) in [#257](https://github.com/apollographql/graphql-tag/pull/257) + ### v2.10.3 (2020-02-05) * Further adjustments to the TS `index.d.ts` declaration file.