This commit is contained in:
Sean McArthur
2020-03-03 17:02:54 -08:00
parent 603d498d2c
commit ead2822321
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## v0.10.4
- Add `trust-dns` optional feature to change DNS resolver.
- Add `bytes()` method to `reqwest::blocking::Response`.
- Add `buffer()` method to `reqwest::blocking::Body`.
- Implement `From<http::Request>` for `reqwest::Request`.
## v0.10.3
- Upgrade internal `rustls` version.