diff --git a/CHANGES.md b/CHANGES.md index 7321338..435eea2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +## unreleased + +### Changed + +- Replace exceptions by result types for the requests (#, @gpetiot) + + `Graphql.exec` now returns `_ result Lwt.t` + + `Contributions.fetch` now returns `_ result` + ## 0.2.0 ### Added