You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,21 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
7
8
8
## [Unreleased]
9
9
10
-
## Fixed
10
+
###Fixed
11
11
- Fixed a body stream translation bug in the `hyper_client`.
12
12
13
13
## [5.0.0] - 2020-09-18
14
14
15
15
This release includes an optional backend using [hyper.rs](https://hyper.rs/), and uses [async-trait](https://crates.io/crates/async-trait) for `HttpClient`.
16
16
17
-
## Added
17
+
###Added
18
18
-`hyper_client` feature, for using [hyper.rs](https://hyper.rs/) as the client backend.
19
19
20
-
## Changed
20
+
###Changed
21
21
-`HttpClient` now uses [async-trait](https://crates.io/crates/async-trait).
22
22
- This attribute is also re-exported as `http_client::async_trait`.
0 commit comments