Skip to content

Commit

Permalink
Split Python versions note into two under separate headings
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Nov 15, 2024
1 parent 93b530d commit 135c4bf
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
3.0.1 (2024-11-28)
------------------

Security
Backward Incompatibilities
~~~~~~~~~~~~~~~~~~~~~~~~~~

- Python 3.8 is no longer supported.
See https://github.com/Pylons/waitress/pull/445.

Features
~~~~~~~~

- Python 3.8 is no longer supported. Added support for Python 3.13.
- Added support for Python 3.13.
See https://github.com/Pylons/waitress/pull/445.

Security
~~~~~~~~

- Fix a bug that would lead to Waitress busy looping on select() on a half-open
socket due to a race condition that existed when creating a new HTTPChannel.
See https://github.com/Pylons/waitress/pull/435,
Expand Down

0 comments on commit 135c4bf

Please sign in to comment.