Skip to content

Commit

Permalink
Prep CHANGELOG.md for 3.4.11 patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Sep 10, 2021
1 parent e0ea45c commit 86b67d8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,20 @@
## Apollo Client 3.4.11 (not yet released)
## Apollo Client 3.4.11

### Bug Fixes

- Fix [Vite](https://vitejs.dev) tree-shaking by calling the `checkDEV()` function (at least once) in the module that exports it, `@apollo/client/utilities/globals/index.ts`. <br/>
[@benjamn](https://github.com/benjamn) in [#8767](https://github.com/apollographql/apollo-client/pull/8767)

### Improvements

- Export `PersistedQueryLink` namespace from `@apollo/client/link/persisted-queries`. <br/>
[@vedrani](https://github.com/vedrani) in [#8761](https://github.com/apollographql/apollo-client/pull/8761)

### Documentation

- Upgrade docs theme for new Algolia-powered search experience. <br/>
[@trevorblades](https://github.com/trevorblades) in [#8768](https://github.com/apollographql/apollo-client/pull/8768)

## Apollo Client 3.4.10

### Improvements
Expand Down

0 comments on commit 86b67d8

Please sign in to comment.