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