From 97fe82b4e24e37e23cebe64a4943ec4831eaf7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Van=20der=20Auwermeulen?= Date: Mon, 21 May 2018 10:59:35 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e1a93..7888022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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