Skip to content

Commit 20c8e71

Browse files
committed
update changelog
1 parent 63d01da commit 20c8e71

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@ dev
99
- Support for Python 3.6 has been removed.
1010
- Support for Python 3.7 has been removed.
1111
- Support for Python 3.8 has been removed.
12+
- Remove mistakenly set `max_inbound_frame_size` attribute on `H2Stream`.
1213

1314
**API Changes (Backward Compatible)**
1415

1516
- Support for Python 3.11 has been added.
1617
- Support for Python 3.12 has been added.
1718
- Support for Python 3.13 has been added.
18-
- Added typing information.
19+
- Add an ability to send outbound cookies separately to improve headers compression.
20+
- Updated packaging and testing infrastructure.
1921

2022
**Bugfixes**
2123

22-
-
24+
- Fix repr() checks for Python 3.11
25+
- Fix asyncio / wsgi examples.
26+
- Clarify docs on using curl with http2.
2327

2428
4.1.0 (2021-10-05)
2529
------------------

0 commit comments

Comments
 (0)