diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c62b86d35..444b1bc27e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ - Add missing `context` option to `useSubscription`.
[@jcreighton](https://github.com/jcreighton) in [#7860](https://github.com/apollographql/apollo-client/pull/7860) +- Remove unnecessary TypeScript global `Observable["@@observable"]` method declaration.
+ [@benjamn](https://github.com/benjamn) in [#7888](https://github.com/apollographql/apollo-client/pull/7888) + ## Apollo Client 3.3.12 ### Bug fixes