Skip to content

Commit

Permalink
Add change notes for v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jul 22, 2020
1 parent 200894a commit 2695788
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.. scm-version-title:: v8.4.0

- Converted management from low-level :py:func:`~select.select` to
high-level :py:mod:`selectors` (:issue:`249` via :pr:`301`)
- by :gh-user:`tommilligan`.

This change also introduces a conditional dependency on `selectors2`
as a fall-back for legacy Python interpreters.

.. scm-version-title:: v8.3.1

- Fixed TLS socket related unclosed resource warnings
Expand Down

0 comments on commit 2695788

Please sign in to comment.