Skip to content

Commit

Permalink
changes for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Nov 3, 2022
1 parent dc2dd80 commit 2bba6fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2bba6fb

Please sign in to comment.