Skip to content

Commit edff06f

Browse files
committed
meta: fix changelog formatting
1 parent 6b06bf1 commit edff06f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10-
## Fixed
10+
### Fixed
1111
- Fixed a body stream translation bug in the `hyper_client`.
1212

1313
## [5.0.0] - 2020-09-18
1414

1515
This release includes an optional backend using [hyper.rs](https://hyper.rs/), and uses [async-trait](https://crates.io/crates/async-trait) for `HttpClient`.
1616

17-
## Added
17+
### Added
1818
- `hyper_client` feature, for using [hyper.rs](https://hyper.rs/) as the client backend.
1919

20-
## Changed
20+
### Changed
2121
- `HttpClient` now uses [async-trait](https://crates.io/crates/async-trait).
2222
- This attribute is also re-exported as `http_client::async_trait`.
2323

24-
## Fixed
24+
### Fixed
2525
- Fixed WASM compilation.
2626
- Fixed Isahc (curl) client translation setting duplicate headers incorrectly.
2727

@@ -36,13 +36,13 @@ This release allows `HttpClient` to be used as a dynamic Trait object.
3636

3737
This patch updates `http-client` to `http-types 2.0.0` and a new version of `async-h1`.
3838

39-
## Changes
39+
### Changes
4040
- http types and async-h1 for 2.0.0 #27
4141

4242
## [2.0.0] - 2020-04-17
4343

44-
## Added
44+
### Added
4545
- Added a new backend: `h1-client` https://github.com/http-rs/http-client/pull/22
4646

47-
## Changed
47+
### Changed
4848
- All types are now based from `hyperium/http` to `http-types` https://github.com/http-rs/http-client/pull/22

0 commit comments

Comments
 (0)