Skip to content

Commit e4550c4

Browse files
docs: fix method name in changelog entry (#2807)
1 parent f4694a2 commit e4550c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v0.12.23
22

33
- Add `ClientBuilder::unix_socket(path)` option that will force all requests over that Unix Domain Socket.
4-
- Add `ClientBuilder::retries(policy)` and `reqwest::retry::Builder` to configure automatic retries.
4+
- Add `ClientBuilder::retry(policy)` and `reqwest::retry::Builder` to configure automatic retries.
55
- Add `ClientBuilder::dns_resolver2()` with more ergonomic argument bounds, allowing more resolver implementations.
66
- Add `http3_*` options to `blocking::ClientBuilder`.
77
- Fix default TCP timeout values to enabled and faster.

0 commit comments

Comments
 (0)