v0.1.1
This commit is contained in:
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
### 0.1.1 (2015-01-13)
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
* **server:**: Add TLS/SSL support serverside ([c6eef681](c6eef6812458e10de582530d7f2c5bce5156b73c), closes [#1](https://github.com/hyperium/hyper/issues/1))
|
||||||
|
|
||||||
|
|
||||||
|
#### Bug Fixes
|
||||||
|
|
||||||
|
* **headers:**
|
||||||
|
* fix fmt_header outputs of several headers ([aa266653](https://github.com/hyperium/hyper/commit/aa26665367bde895ce02ad2a8e1a372f00719852), closes [#246](https://github.com/hyperium/hyper/issues/246))
|
||||||
|
* don't use Show to write UserAgent header ([c8e334aa](https://github.com/hyperium/hyper/commit/c8e334aaebb5522a86d47f7e3c33836d2061cb65))
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
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