From 9c3cb9beee7e8fa52955d9ae8b95445334259756 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Tue, 24 Aug 2021 18:54:12 -0400 Subject: [PATCH] Mention PR #8696 in CHANGELOG.md. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72160e03cd7..40c113a8de3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Apollo Client 3.5.0 (not yet released) +### Improvements + +- Make `cache.batch` return the result of calling the `options.update` function.
+ [@benjamn](https://github.com/benjamn) in [#8696](https://github.com/apollographql/apollo-client/pull/8696) + ### React Refactoring #### Bug Fixes (due to [@brainkim](https://github.com/brainkim) in [#8596](https://github.com/apollographql/apollo-client/pull/8596)):