File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
7
7
8
8
- Updated ``TaskGroup `` to work with asyncio's eager task factories
9
9
(`#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)
12
10
- Added the ``wait_readable() `` and ``wait_writable() `` functions which will accept
13
11
an object with a ``.fileno() `` method or an integer handle, and deprecated
14
12
their now obsolete versions (``wait_socket_readable() `` and
@@ -18,6 +16,8 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
18
16
(`#819 <https://github.com/agronholm/anyio/issues/819 >`_)
19
17
- Added support for ``wait_readable() `` and ``wait_writable() `` on ``ProactorEventLoop ``
20
18
(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)
21
21
- Fixed the return type annotations of ``readinto() `` and ``readinto1() `` methods in the
22
22
``anyio.AsyncFile `` class
23
23
(`#825 <https://github.com/agronholm/anyio/issues/825 >`_)
You can’t perform that action at this time.
0 commit comments