Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregoirevda committed May 21, 2018
1 parent 4a513ff commit 97fe82b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ V 0.8.0
Breaking changes :
- Delete the NoData variant in the result of the Query and Mutation components since there always has to be an Error or Data.
- Mutation component: result variant Data tag only appeared when error was None and data Some. Now, only data has to be Some.
Non-breaking changes:
- Expand definition of ApolloError to be able to construct one
- Mutation `Called` tag is deleted in result, so pattern matching is easier.
Features:
- Expand definition of ApolloError to be able to construct one

Fixes:
- Mutation result pattern matching

0 comments on commit 97fe82b

Please sign in to comment.