This commit is contained in:
Sean McArthur
2018-02-15 12:20:49 -08:00
parent 7db860759d
commit aed318cb75
3 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
## v0.8.5
### Features
- Try to auto-detect encoding in `Response::text()`.
- Add `Certificate::from_pem` to load PEM encoded client certificates.
- Allow unsized types in `query`, `form`, and `json`.
- Add `unstable::async::RequestBuilder::query`, mirroring the stable builder method.
## v0.8.4
### Features