Skip to content

Commit

Permalink
chore(changelog): update to latest
Browse files Browse the repository at this point in the history
add #1352 and #1346
fix typo
  • Loading branch information
yaacovCR committed Apr 7, 2020
1 parent 8ae9b27 commit 0060347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -24,7 +24,7 @@

#### Bug Fixes

- Avoid using internal api of `graphql-js` [#1331][https://github.com/apollographql/graphql-tools/pull/1331]
- Avoid using internal api of `graphql-js` [#1331](https://github.com/apollographql/graphql-tools/pull/1331)
- Filter unused variables from map when proxying requests
- Preserve subscription errors when using makeRemoteExecutableSchema
- Preserve extensions when transforming schemas
Expand All @@ -42,6 +42,7 @@
- Fix Circular Dependencies [#924](https://github.com/apollographql/graphql-tools/issues/924) [PR #1326](https://github.com/apollographql/graphql-tools/pull/1326)
- Fix types [#1298](https://github.com/apollographql/graphql-tools/issues/1298) [#1279](https://github.com/apollographql/graphql-tools/issues/1279) [#837](https://github.com/apollographql/graphql-tools/issues/837) [#1307](https://github.com/apollographql/graphql-tools/issues/1307) [#1325](https://github.com/apollographql/graphql-tools/issues/1325) [#1324](https://github.com/apollographql/graphql-tools/issues/1324)
- issues involving importing directories [#1242](https://github.com/apollographql/graphql-tools/issues/1242) [#1307](https://github.com/apollographql/graphql-tools/issues/1307)
- fix n^2 problem within makeRemoteExecutableSchema [#1346](https://github.com/apollographql/graphql-tools/issues/1346) [PR #1352](https://github.com/apollographql/graphql-tools/pulls/1352)

### 4.0.7

Expand Down

0 comments on commit 0060347

Please sign in to comment.