From f47ac5eb32b695ba76b94f811c4fa0e2d040c311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Thu, 5 Dec 2024 17:40:14 +0200 Subject: [PATCH] Rearranged changelog entries --- docs/versionhistory.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index e8bef593..5e583e4f 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -7,8 +7,6 @@ This library adheres to `Semantic Versioning 2.0 `_. - Updated ``TaskGroup`` to work with asyncio's eager task factories (`#764 `_) -- Fixed a misleading ``ValueError`` in the context of DNS failures - (`#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 @@ -18,6 +16,8 @@ This library adheres to `Semantic Versioning 2.0 `_. (`#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 `_; PR by @graingert) - Fixed the return type annotations of ``readinto()`` and ``readinto1()`` methods in the ``anyio.AsyncFile`` class (`#825 `_)