From 8b248abaf0bd0ff1443958ecd5aca193b90c8f56 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 4 Feb 2021 18:38:02 -0500 Subject: [PATCH] Mention PR #7657 in CHANGELOG.md. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84aa51e3901..b664d0851c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ - Catch updates in `useReactiveVar` with an additional check.
[@jcreighton](https://github.com/jcreighton) in [#7652](https://github.com/apollographql/apollo-client/pull/7652) +- Reactivate forgotten reactive variables whenever `InMemoryCache` acquires its first watcher.
+ [@benjamn](https://github.com/benjamn) in [#7657](https://github.com/apollographql/apollo-client/pull/7657) + ## Apollo Client 3.3.7 ### Bug Fixes