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)):