From a2d121f65449ee59378f3397d560bc6f66902c2d Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 22 Sep 2021 15:21:13 -0400 Subject: [PATCH] Mention PR #8825 in CHANGELOG.md. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 651c6168a31..f88439d8e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ - Clear `InMemoryCache` `watches` set when `cache.reset()` called.
[@benjamn](https://github.com/benjamn) in [#8826](https://github.com/apollographql/apollo-client/pull/8826) +- Stop excluding observerless queries from `refetchQueries: [...]` selection.
+ [@benjamn](https://github.com/benjamn) in [#8825](https://github.com/apollographql/apollo-client/pull/8825) + ## Apollo Client 3.4.13 ### Bug Fixes