Skip to content

Commit

Permalink
Mention PRs #9299 and #9367 in CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Feb 10, 2022
1 parent 4e147b5 commit 178916f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
## Apollo Client 3.5.9 (unreleased)

### Improvements

- Interpret `keyFields: [...]` and `keyArgs: [...]` configurations in `InMemoryCache` type/field policies as `ReadonlyArray`s, since they are never mutated internally. <br/>
[@julienfouilhe](https://github.com/julienfouilhe) in [#9339](https://github.com/apollographql/apollo-client/pull/9339)

### Bug Fixes

- Fix `useSubscription` executing `skip`ped subscription when input changes. <br/>
[@levrik](https://github.com/levrik) in [#9299](https://github.com/apollographql/apollo-client/pull/9299)

- Fix partial data appearing in `useQuery().data` when `notifyOnNetworkStatusChange: true`. <br/>
[@brainkim](https://github.com/brainkim) in [#9367](https://github.com/apollographql/apollo-client/pull/9367)

## Apollo Client 3.5.8 (2022-01-24)

### Bug Fixes
Expand Down

0 comments on commit 178916f

Please sign in to comment.