File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,29 @@ History of changes
5
5
6
6
.. towncrier release notes start
7
7
8
+ H11 0.14.0 (2022-09-25)
9
+ -----------------------
10
+
11
+ Features
12
+ ~~~~~~~~
13
+
14
+ - Allow additional trailing whitespace in chunk headers for additional
15
+ compatibility with existing servers. (`#133
16
+ <https://github.com/python-hyper/h11/issues/133> `__)
17
+ - Improve the type hints for Sentinel types, which should make it
18
+ easier to type hint h11 usage. (`#151
19
+ <https://github.com/python-hyper/h11/pull/151> `__ & `#144
20
+ <https://github.com/python-hyper/h11/pull/144> `__))
21
+
22
+ Deprecations and Removals
23
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
24
+
25
+ - Python 3.6 support is removed. h11 now requires Python>=3.7
8000
26
+ including PyPy 3. Users running `pip install h11 ` on Python 2 will
27
+ automatically get the last Python 2-compatible version. (`#138
28
+ <https://github.com/python-hyper/h11/issues/138> `__)
29
+
30
+
8
31
v0.13.0 (2022-01-19)
9
32
--------------------
10
33
Original file line number Diff line number Diff line change 13
13
# want. (Contrast with the special suffix 1.0.0.dev, which sorts *before*
14
14
# 1.0.0.)
15
15
16
- __version__ = "0.13.0+dev "
16
+ __version__ = "0.14.0 "
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments