Skip to content

Commit

Permalink
Mention PR #6891 in CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Aug 24, 2020
1 parent dcbeedd commit 3d5aebd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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. <br/>
[@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<Data, Variables>` type instead of `DocumentNode`. <br/>
Expand Down

0 comments on commit 3d5aebd

Please sign in to comment.