This commit is contained in:
Sean McArthur
2015-02-06 22:10:17 -08:00
parent 6aa6605e55
commit f836ee89c1
2 changed files with 22 additions and 1 deletions

View File

@@ -1,3 +1,24 @@
### v0.1.11 (2015-02-06)
#### Bug Fixes
* **readme:** Make the README client example work ([9b5d6aab](https://github.com/hyperium/hyper/commit/9b5d6aab7e68cf776618151e9e69e34fd66aba6c))
#### Features
* **headers:** add IfUnmodifiedSince header ([b5543b67](https://github.com/hyperium/hyper/commit/b5543b67525e3d6ebc655d7e1736c8ade5b6dbb0))
#### Breaking Changes
* for any consumers of the Etag header, since the entity
tag is now in a tuple.
([28fd5c81](https://github.com/hyperium/hyper/commit/28fd5c81f54bb0ea3eda43a4014c736d00b4b07d))
### v0.1.10 (2015-02-03) ### v0.1.10 (2015-02-03)

View File

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