From fb57303a1d0c3f2a2f967a5b0716a616797f26e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Thu, 5 Dec 2024 17:42:33 +0200 Subject: [PATCH] Removed unwarranted changelog entry --- docs/versionhistory.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 50745252..4a31663c 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -7,10 +7,6 @@ This library adheres to `Semantic Versioning 2.0 `_. - Updated ``TaskGroup`` to work with asyncio's eager task factories (`#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 `_)