From a245271e99556845b87036746005fb29b295a6d2 Mon Sep 17 00:00:00 2001 From: "Guillaume \"Liam\" Petiot" Date: Thu, 7 Mar 2024 15:59:41 +0000 Subject: [PATCH] Update CHANGES.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 435eea2..8ac7838 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ### Changed -- Replace exceptions by result types for the requests (#, @gpetiot) +- Replace exceptions by result types for the requests (#11, @gpetiot) + `Graphql.exec` now returns `_ result Lwt.t` + `Contributions.fetch` now returns `_ result`