Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 84aa826

Browse files
committedMay 1, 2014
Update changelog.
1 parent c93ee1c commit 84aa826

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed
 

‎HISTORY.rst

+11-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ X.X.X (XXXX-XX-XX)
66

77
*Major Changes*
88

9-
- Support for HPACK draft 06.
9+
- Support for HPACK draft 7.
10+
- Support for HTTP/2 draft 12.
1011
- 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`_)
1114

1215
*Bugfixes*
1316

@@ -17,15 +20,21 @@ X.X.X (XXXX-XX-XX)
1720
- Header blocks can no longer be corrupted if read in a different order to the
1821
one in which they were sent. (`Issue #39`_)
1922
- Default window manager is now smarter about sending WINDOWUPDATE frames.
20-
(`Issue #41`_)
23+
(`Issue #41`_ and `Issue #52`_)
2124
- 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`_)
2227

2328
.. _Issue #24: https://github.com/Lukasa/hyper/issues/24
2429
.. _Issue #26: https://github.com/Lukasa/hyper/issues/26
2530
.. _Issue #27: https://github.com/Lukasa/hyper/issues/27
2631
.. _Issue #33: https://github.com/Lukasa/hyper/issues/33
2732
.. _Issue #39: https://github.com/Lukasa/hyper/issues/39
33+
.. _Issue #40: https://github.com/Lukasa/hyper/issues/40
2834
.. _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
2938

3039
0.0.4 (2014-03-08)
3140
------------------

0 commit comments

Comments
 (0)