From 3d6f54cda66b4e681a4350edc7cf69ee678083a2 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Sat, 13 Feb 2021 20:10:50 -0500 Subject: [PATCH] Mention PR #7696 in CHANGELOG.md. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42528043f9..af2f4f90835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ - Revert PR [#7276](https://github.com/apollographql/apollo-client/pull/7276), but test that garbage collection reclaims torn-down `ObservableQuery` objects.
[@benjamn](https://github.com/benjamn) in [#7695](https://github.com/apollographql/apollo-client/pull/7695) +- Reset `QueryInfo.diff` and `QueryInfo.dirty` after canceling notify timeout in `QueryInfo.markResult` and `QueryInfo.markError`.
+ [@jcreighton](https://github.com/jcreighton) in [#7696](https://github.com/apollographql/apollo-client/pull/7696) + ### Improvements - Avoid calling `forceUpdate` when component is unmounted.