From fa3a70ae648a48fbf7c3ad883e436e6ad16097f7 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Fri, 27 Aug 2021 16:47:52 -0400 Subject: [PATCH] Mention PR #8720 in CHANGELOG.md. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d47f29beb..13ff576fa9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,14 @@ ### Bug Fixes -- Fix ObservableQuery.getCurrentResult() returning cached data with certain fetch policies.
+- Fix `ObservableQuery.getCurrentResult()` returning cached `data` with certain fetch policies.
[@brainkim](https://github.com/brainkim) in [#8718](https://github.com/apollographql/apollo-client/pull/8718) - Prevent `ssrMode`/`ssrForceFetchDelay` from causing queries to hang.
[@brainkim](https://github.com/brainkim) in [#8709](https://github.com/apollographql/apollo-client/pull/8709) +- Import `@apollo/client/utilities/globals` internally wherever `__DEV__` is used, not just in `@apollo/client/**/index.js` entry points.
+ [@benjamn](https://github.com/benjamn) in [#8720](https://github.com/apollographql/apollo-client/pull/8720) ## Apollo Client 3.4.9