Skip to content

Commit f47ac5e

Browse files
committed
Rearranged changelog entries
1 parent f316ce5 commit f47ac5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/versionhistory.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
77

88
- Updated ``TaskGroup`` to work with asyncio's eager task factories
99
(`#764 <https://github.com/agronholm/anyio/issues/764>`_)
10-
- Fixed a misleading ``ValueError`` in the context of DNS failures
11-
(`#815 <https://github.com/agronholm/anyio/issues/815>`_; PR by @graingert)
1210
- Added the ``wait_readable()`` and ``wait_writable()`` functions which will accept
1311
an object with a ``.fileno()`` method or an integer handle, and deprecated
1412
their now obsolete versions (``wait_socket_readable()`` and
@@ -18,6 +16,8 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
1816
(`#819 <https://github.com/agronholm/anyio/issues/819>`_)
1917
- Added support for ``wait_readable()`` and ``wait_writable()`` on ``ProactorEventLoop``
2018
(used on asyncio + Windows by default)
19+
- Fixed a misleading ``ValueError`` in the context of DNS failures
20+
(`#815 <https://github.com/agronholm/anyio/issues/815>`_; PR by @graingert)
2121
- Fixed the return type annotations of ``readinto()`` and ``readinto1()`` methods in the
2222
``anyio.AsyncFile`` class
2323
(`#825 <https://github.com/agronholm/anyio/issues/825>`_)

0 commit comments

Comments
 (0)