Skip to content

Commit

Permalink
Align all news bullets to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 6, 2025
1 parent e485d7f commit f093e90
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@
* New `req_url_relative()` for constructing relative urls (#449).
* `url_parse()` gains `base_url` argument so you can also use it to parse relative URLs (#449).
* `url_parse()` now uses `curl::curl_parse_url()` which is much faster and more correct (#577).
* `req_retry()` now defaults to `max_tries = 2` with a message.
Set to `max_tries = 1` to disable retries.

* Errors thrown during the parsing of an OAuth response now have a dedicated
`httr2_oauth_parse` error class that includes the original response object
(@atheriel, #596).
* `req_retry()` now defaults to `max_tries = 2` with a message. Set to `max_tries = 1` to disable retries.
* Errors thrown during the parsing of an OAuth response now have a dedicated `httr2_oauth_parse` error class that includes the original response object (@atheriel, #596).

# httr2 1.0.7

Expand Down

0 comments on commit f093e90

Please sign in to comment.