From d23b86e702ddcf3f72622867aa445105a49c38ee Mon Sep 17 00:00:00 2001 From: Brian Kim Date: Tue, 9 Nov 2021 20:05:31 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217ac8bb939..e0ae64ca600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Apollo Client 3.5.2 (unreleased) +- Fix useMutation execute function returning non-identical execution functions when passing similar options.
[@brainkim](https://github.com/brainkim) in [#9093](https://github.com/apollographql/apollo-client/pull/9037) + ## Apollo Client 3.5.1 (2021-11-09) - Remove npm from dependencies, and avoid referencing graphql-js enum value.