v0.3.3
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -1,3 +1,18 @@
|
|||||||
|
### v0.3.3 (2015-03-25)
|
||||||
|
|
||||||
|
|
||||||
|
#### Bug Fixes
|
||||||
|
|
||||||
|
* **rustup:**
|
||||||
|
* rustc 1.0.0-nightly (123a754cb 2015-03-24) ([3e456f00](https://github.com/hyperium/hyper/commit/3e456f00f9991b1c723a232fc9c76fe8c0539858))
|
||||||
|
* 1.0.0-nightly (e2fa53e59 2015-03-20) ([f547080d](https://github.com/hyperium/hyper/commit/f547080df53076711b52a016b990c5be56f42ede))
|
||||||
|
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
* **headers:** Implementing content-encoding header ([2983e8de](https://github.com/hyperium/hyper/commit/2983e8dea21f02a31012a25b0a302a128768030a), closes [#391](https://github.com/hyperium/hyper/issues/391))
|
||||||
|
|
||||||
|
|
||||||
### v0.3.2 (2015-03-20)
|
### v0.3.2 (2015-03-20)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
description = "A modern HTTP library."
|
description = "A modern HTTP library."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
documentation = "http://hyperium.github.io/hyper/hyper/index.html"
|
documentation = "http://hyperium.github.io/hyper/hyper/index.html"
|
||||||
|
|||||||
Reference in New Issue
Block a user