diff --git a/CHANGELOG.md b/CHANGELOG.md
index 123b4e76433..f5a70c67707 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
## Apollo Client 3.2.0 (not yet released)
+## Bug Fixes
+
+- Check structural equality of diff results in `QueryInfo#setDiff` instead of reference equality.
+ [@benjamn](https://github.com/benjamn) in [#6891](https://github.com/apollographql/apollo-client/pull/6891)
+
## Improvements
- Substantially improve type inference for data and variables types using `TypedDocumentNode` type instead of `DocumentNode`.