@@ -6,8 +6,11 @@ X.X.X (XXXX-XX-XX)
6
6
7
7
*Major Changes *
8
8
9
- - Support for HPACK draft 06.
9
+ - Support for HPACK draft 7.
10
+ - Support for HTTP/2 draft 12.
10
11
- Support for Python 2.7, thanks to the inimitable @alekstorm! (`Issue #33 `_)
12
+ - Support for PyPy.
13
+ - Support for Sever Push, thanks to @alekstorm. (`Issue #40 `_)
11
14
12
15
*Bugfixes *
13
16
@@ -17,15 +20,21 @@ X.X.X (XXXX-XX-XX)
17
20
- Header blocks can no longer be corrupted if read in a different order to the
18
21
one in which they were sent. (`Issue #39 `_)
19
22
- Default window manager is now smarter about sending WINDOWUPDATE frames.
20
- (`Issue #41 `_)
23
+ (`Issue #41 `_ and ` Issue #52 `_ )
21
24
- Fixed inverted window sizes. (`Issue #27 `_)
25
+ - Correct reply to PING frames. (`Issue #48 `_)
26
+ - Made the wheel universal, befitting a pure-Python package. (`Issue #46 `_)
22
27
23
28
.. _Issue #24 : https://github.com/Lukasa/hyper/issues/24
24
29
.. _Issue #26 : https://github.com/Lukasa/hyper/issues/26
25
30
.. _Issue #27 : https://github.com/Lukasa/hyper/issues/27
26
31
.. _Issue #33 : https://github.com/Lukasa/hyper/issues/33
27
32
.. _Issue #39 : https://github.com/Lukasa/hyper/issues/39
33
+ .. _Issue #40 : https://github.com/Lukasa/hyper/issues/40
28
34
.. _Issue #41 : https://github.com/Lukasa/hyper/issues/41
35
+ .. _Issue #46 : https://github.com/Lukasa/hyper/issues/46
36
+ .. _Issue #48 : https://github.com/Lukasa/hyper/issues/48
37
+ .. _Issue #52 : https://github.com/Lukasa/hyper/issues/52
29
38
30
39
0.0.4 (2014-03-08)
31
40
------------------
0 commit comments