Skip to content

Commit

Permalink
Removed unwarranted changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 5, 2024
1 parent c967f5c commit fb57303
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ 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 fb57303

Please sign in to comment.