From 8c5abe1be6509529cab4cd9e9b4880462e6a0ebf Mon Sep 17 00:00:00 2001 From: "Guillaume \"Liam\" Petiot" Date: Fri, 8 Mar 2024 15:17:55 +0000 Subject: [PATCH] Update CHANGES.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 733f46b..30c3f88 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,9 +3,8 @@ ### Changed - Replace exceptions by result types for the requests (#11, @gpetiot) -- Depends on `curly` instead of `cohttp-lwt-unix` (#, @gpetiot) -- Redesign the graphql requests (#, @gpetiot) - + `Graphql.request` builds a `request` +- Depends on `curly` instead of `cohttp-lwt-unix` (#12, @gpetiot) +- Redesign the graphql requests (#12, @gpetiot) + `Graphql.exec` now takes a `request` + `Contributions.fetch` has been replaced by `Contributions.request` that builds a `request`