Skip to content

Commit

Permalink
Revert "Removed unwarranted changelog entry"
Browse files Browse the repository at this point in the history
This reverts commit fb57303.
  • Loading branch information
agronholm committed Dec 5, 2024
1 parent fb57303 commit 1ebfbca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.

- Updated ``TaskGroup`` to work with asyncio's eager task factories
(`#764 <https://github.com/agronholm/anyio/issues/764>`_)
- Added the ``wait_readable()`` and ``wait_writable()`` functions which will accept
an object with a ``.fileno()`` method or an integer handle, and deprecated
their now obsolete versions (``wait_socket_readable()`` and
``wait_socket_writable()``) (PR by @davidbrochart)
- Changed ``EventAdapter`` (an ``Event`` with no bound async backend) to allow ``set()``
to work even before an async backend is bound to it
(`#819 <https://github.com/agronholm/anyio/issues/819>`_)
Expand Down

0 comments on commit 1ebfbca

Please sign in to comment.