Skip to content

Commit 1d936fe

Browse files
committed
v0.9.2
1 parent 283b1ca commit 1d936fe

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### v0.9.2 (2016-05-04)
2+
3+
4+
#### Features
5+
6+
* **client:**
7+
* proper proxy and tunneling in Client ([f36c6b25](f36c6b25), closes [#774](774))
8+
* add Proxy support ([25010fc1](25010fc1), closes [#531](531))
9+
10+
#### Performance
11+
12+
* **client:** don't keep Pool mutex locked during getaddrinfo ([5fcc04a6](5fcc04a6))
13+
14+
115
### v0.9.1 (2016-04-21)
216

317

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "hyper"
4-
version = "0.9.1"
4+
version = "0.9.2"
55
description = "A modern HTTP library."
66
readme = "README.md"
77
documentation = "http://hyperium.github.io/hyper"

0 commit comments

Comments
 (0)