From 30bf2cef2b97477909c2bd754f4c41919e58c97d 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 964c44e0a55..ecfefd25a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ - Ensure `cache.identify` never throws when primary key fields are missing, and include the source object in the error message when `keyFields` processing fails.
[@benjamn](https://github.com/benjamn) in [#8679](https://github.com/apollographql/apollo-client/pull/8679) +- 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)):