Skip to content

Commit

Permalink
added jwt_encode_hmac typo fix to news.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denskh committed Jul 31, 2024
1 parent 3eb33bd commit 6ea0a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# httr2 (development version)

* `jwt_encode_hmac()` now calls correct underlying function `jose::jwt_encode_hmac()` and has correct default size parameter value' (@denskh, #508).
* `req_perform_parallel()` now respects error handling in `req_error()`
* New function `req_perform_promise()` allows creating a `promises::promise` for a request that runs in the background (#501, @gergness).

Expand Down

0 comments on commit 6ea0a2b

Please sign in to comment.