Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 17, 2023
1 parent e265736 commit c6430d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## HEAD

* Fix typespecs for some functions
* [`decompress_body`]: Remove support for `deflate` compression
* [`Req.request/2`]: Improve error message on invalid arguments

## v0.3.11 (2023-07-24)

* Support `Req.get(options)`, `Req.post(options)`, etc
Expand Down Expand Up @@ -485,5 +491,6 @@ See "Adapter" section in `Req.Request` module documentation for more information
[`put_user_agent`]: https://hexdocs.pm/req/Req.Steps.html#put_user_agent/1
[`retry`]: https://hexdocs.pm/req/Req.Steps.html#retry/1
[`run_finch`]: https://hexdocs.pm/req/Req.Steps.html#run_finch/1
[`Req.request/2`]: https://hexdocs.pm/req/Req.html#request/2
[`Req.Request.new/1`]: https://hexdocs.pm/req/Req.Request.html#new/1
[`Req.Request.run_request/1`]: https://hexdocs.pm/req/Req.Request.html#run_request/1

0 comments on commit c6430d1

Please sign in to comment.