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

Commit 237b0a0

Browse files
committed
We support h2-14.
1 parent 09a43fe commit 237b0a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ X.X.X (XXXX-XX-XX)
77
*Major Changes*
88

99
- Support for HPACK draft 9.
10-
- Support for HTTP/2 draft 13.
10+
- Support for HTTP/2 draft 14.
1111
- Support for Python 2.7, thanks to the inimitable @alekstorm! (`Issue #33`_)
1212
- Support for PyPy.
1313
- Support for Sever Push, thanks to @alekstorm. (`Issue #40`_)

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ and file down the rough edges.
3232
Versions
3333
========
3434

35-
``hyper`` provides support for draft 13 of the HTTP/2 draft specification and
36-
draft 8 of the HPACK draft specification. As further drafts are released,
35+
``hyper`` provides support for draft 14 of the HTTP/2 draft specification and
36+
draft 9 of the HPACK draft specification. As further drafts are released,
3737
``hyper`` will be updated to support them.
3838

3939
Compatibility

docs/source/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ an email. My email address can be found `on my GitHub profile page`_.
1515
What version of the HTTP/2 draft specification does ``hyper`` support?
1616
----------------------------------------------------------------------
1717

18-
Currently, ``hyper`` supports version 13 of the HTTP/2 draft specification,
18+
Currently, ``hyper`` supports version 14 of the HTTP/2 draft specification,
1919
and version 9 of the HPACK draft specification. ``hyper`` will be updated to
2020
keep up with the HTTP/2 draft specifications as they progress.
2121

0 commit comments

Comments
 (0)