From 2bba6fb323ef37742d89926aeabde440b02a7bda Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Thu, 3 Nov 2022 12:03:37 +0100 Subject: [PATCH] changes for 0.2.0 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 506e079..1a77ad9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## v0.2.0 (2022-11-03) + +* API: In the body function passed to request, the response is the first + argument. This allows a client to do different stuff with the body, depending + on the response code (and/or content type etc.) (#15 by @hannesm, reviewed and + suggested by @reynir in https://git.robur.io/robur/http-mirage-client/pulls/2) + ## v0.1.0 (2022-10-25) * Add function "request", remove "one_request". The response body is a stream