Skip to content

Commit

Permalink
Rearranged changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 5, 2024
1 parent f316ce5 commit f47ac5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +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>`_)
- Fixed a misleading ``ValueError`` in the context of DNS failures
(`#815 <https://github.com/agronholm/anyio/issues/815>`_; PR by @graingert)
- 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
Expand All @@ -18,6 +16,8 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
(`#819 <https://github.com/agronholm/anyio/issues/819>`_)
- Added support for ``wait_readable()`` and ``wait_writable()`` on ``ProactorEventLoop``
(used on asyncio + Windows by default)
- Fixed a misleading ``ValueError`` in the context of DNS failures
(`#815 <https://github.com/agronholm/anyio/issues/815>`_; PR by @graingert)
- Fixed the return type annotations of ``readinto()`` and ``readinto1()`` methods in the
``anyio.AsyncFile`` class
(`#825 <https://github.com/agronholm/anyio/issues/825>`_)
Expand Down

0 comments on commit f47ac5e

Please sign in to comment.