Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach authored Sep 1, 2023
1 parent afbf897 commit 5d22f0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ resp.body #=> %File.Stream{}

* Fix typespecs for some functions

* Deprecate [`output`] step in favour of `into: File.stream!(path)`.
* Deprecate `output` step in favour of `into: File.stream!(path)`.

* Rename `follow_redirects` step to [`redirect`]

Expand Down Expand Up @@ -714,7 +714,6 @@ See "Adapter" section in `Req.Request` module documentation for more information
[`encode_body`]: https://hexdocs.pm/req/Req.Steps.html#encode_body/1
[`redirect`]: https://hexdocs.pm/req/Req.Steps.html#redirect/1
[`handle_http_errors`]: https://hexdocs.pm/req/Req.Steps.html#handle_http_errors/1
[`output`]: https://hexdocs.pm/req/Req.Steps.html#output/1
[`put_base_url`]: https://hexdocs.pm/req/Req.Steps.html#put_base_url/1
[`put_params`]: https://hexdocs.pm/req/Req.Steps.html#put_params/1
[`put_path_params`]: https://hexdocs.pm/req/Req.Steps.html#put_path_params/1
Expand Down

0 comments on commit 5d22f0a

Please sign in to comment.