This commit is contained in:
Sean McArthur
2015-03-28 11:38:38 -07:00
parent 6c31ea84e1
commit 8e1cd5e6e2
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v0.3.5 (2015-03-28)
#### Bug Fixes
* **http:** read more before triggering TooLargeError ([cb59f609](https://github.com/hyperium/hyper/commit/cb59f609c61a097d5d9fa728b9df33d79922573b), closes [#389](https://github.com/hyperium/hyper/issues/389))
### v0.3.4 (2015-03-26) ### v0.3.4 (2015-03-26)

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "hyper" name = "hyper"
version = "0.3.4" version = "0.3.5"
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"