diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7678d4670..59b0701f73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Apollo Client 3.2.0 (not yet released) + +## Improvements + +- Substantially improve type inference for data and variables types using `TypedDocumentNode` type instead of `DocumentNode`.
+ [@dotansimha](https://github.com/dotansimha) in [#6720](https://github.com/apollographql/apollo-client/pull/6720) + ## Apollo Client 3.1.3 ## Bug Fixes