Skip to content

Commit

Permalink
add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
evans authored and peggyrayzis committed Mar 13, 2018
1 parent daeedd8 commit b7fe71e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/apollo-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
- Map coverage to original source
- Added `getCacheKey` function to the link context for use in state-link [PR#2998](https://github.com/apollographql/apollo-client/pull/2998)
- Fix Memory Leak in Query Manager [PR#3119](https://github.com/apollographql/apollo-client/pull/3119)
- onResetStore callbacks occur before `broadcastQueries`[PR#3010](https://github.com/apollographql/apollo-client/pull/3010)
- onResetStore callbacks occur before refetching Observable Queries[PR#3010](https://github.com/apollographql/apollo-client/pull/3010)
- Error message for in flight queries during `resetStore` includes link completion note[PR#3010](https://github.com/apollographql/apollo-client/pull/3010)

### 2.2.3
- dependency updates
Expand Down
1 change: 1 addition & 0 deletions packages/apollo-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

### vNext
- Map coverage to original source
- Added ability to include or ignore fragments in `getDirectivesFromDocument` [PR#3010](https://github.com/apollographql/apollo-client/pull/3010)

### 1.1.3
- dependency updates
Expand Down

0 comments on commit b7fe71e

Please sign in to comment.