File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.1.11 (2015-02-06)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** readme:** Make the README client example work ([ 9b5d6aab] ( https://github.com/hyperium/hyper/commit/9b5d6aab7e68cf776618151e9e69e34fd66aba6c ) )
7
+
8
+
9
+ #### Features
10
+
11
+ * ** headers:** add IfUnmodifiedSince header ([ b5543b67] ( https://github.com/hyperium/hyper/commit/b5543b67525e3d6ebc655d7e1736c8ade5b6dbb0 ) )
12
+
13
+
14
+ #### Breaking Changes
15
+
16
+ * for any consumers of the Etag header, since the entity
17
+ tag is now in a tuple.
18
+
19
+ ([ 28fd5c81] ( https://github.com/hyperium/hyper/commit/28fd5c81f54bb0ea3eda43a4014c736d00b4b07d ) )
20
+
21
+
1
22
### v0.1.10 (2015-02-03)
2
23
3
24
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " hyper"
4
- version = " 0.1.10 "
4
+ version = " 0.1.11 "
5
5
description = " A modern HTTP library."
6
6
readme = " README.md"
7
7
documentation = " http://hyperium.github.io/hyper/hyper/index.html"
You can’t perform that action at this time.
0 commit comments