File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.8.0 (2016-03-14)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** headers:** remove charset from ` ContentType::json() ` convenience method ([ ec568e9a] ( https://github.com/hyperium/hyper/commit/ec568e9a551018b3353b6754eb2fcd729c7ea3c6 ) )
7
+ * ** net:** fix the typo in ` set_write_timeout ` ([ 7c76fff3] ( https://github.com/hyperium/hyper/commit/7c76fff3aaf0f0a300e76622acb56eaf1e2cb474 ) )
8
+
9
+
10
+ #### Features
11
+
12
+ * ** client:** Implement Debug for Client ([ 8c7ef7fd] ( https://github.com/hyperium/hyper/commit/8c7ef7fd937616798780d43f80a6b46507bc3433 ) )
13
+ * ** status:** add HTTP statuses 421 and 451 ([ 93fd5a87] ( https://github.com/hyperium/hyper/commit/93fd5a87bddc5bfe29f35f86d44d3f46c81ff5fa ) )
14
+
15
+
16
+ #### Breaking Changes
17
+
18
+ * mime 0.2 depends on serde 0.7, so any instances of
19
+ using older versions of serde will need to upgrade.
20
+
21
+ ([ 146df53c] ( https://github.com/hyperium/hyper/commit/146df53caf2a70cd15f97710738ba8d350040c12 ) )
22
+
23
+
1
24
### v0.7.2 (2016-01-04)
2
25
3
26
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " hyper"
4
- version = " 0.7.2 "
4
+ version = " 0.8.0 "
5
5
description = " A modern HTTP library."
6
6
readme = " README.md"
7
7
documentation = " http://hyperium.github.io/hyper/hyper/index.html"
You can’t perform that action at this time.
0 commit comments