Skip to content

Commit 99e470b

Browse files
committed
meta: add CHANGELOG.md
1 parent d59ff0e commit 99e470b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to surf will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://book.async.rs/overview/stability-guarantees.html).
7+
8+
## [Unreleased]
9+
10+
## [4.0.0] - 2020-07-09
11+
12+
This release allows `HttpClient` to be used as a dynamic Trait object.
13+
14+
- `HttpClient`: removed `Clone` bounds.
15+
- `HttpClient`: removed `Error` type.
16+
17+
## [3.0.0] - 2020-05-29
18+
19+
This patch updates `http-client` to `http-types 2.0.0` and a new version of `async-h1`.
20+
21+
## Changes
22+
- http types and async-h1 for 2.0.0 #27
23+
24+
## [2.0.0] - 2020-04-17
25+
26+
## Added
27+
- Added a new backend: `h1-client` https://github.com/http-rs/http-client/pull/22
28+
29+
## Changed
30+
- 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)