Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Dec 18, 2024
1 parent 63d01da commit 20c8e71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ dev
- Support for Python 3.6 has been removed.
- Support for Python 3.7 has been removed.
- Support for Python 3.8 has been removed.
- Remove mistakenly set `max_inbound_frame_size` attribute on `H2Stream`.

**API Changes (Backward Compatible)**

- Support for Python 3.11 has been added.
- Support for Python 3.12 has been added.
- Support for Python 3.13 has been added.
- Added typing information.
- Add an ability to send outbound cookies separately to improve headers compression.
- Updated packaging and testing infrastructure.

**Bugfixes**

-
- Fix repr() checks for Python 3.11
- Fix asyncio / wsgi examples.
- Clarify docs on using curl with http2.

4.1.0 (2021-10-05)
------------------
Expand Down

0 comments on commit 20c8e71

Please sign in to comment.