Skip to content

Commit

Permalink
Update versionhistory.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm authored Dec 16, 2024
1 parent a61de1d commit a9b6bb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ Version history
===============

This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.

**UNRELEASED**

- Configure ``SO_RCVBUF``, ``SO_SNDBUF`` and ``TCP_NODELAY`` on the selector
thread waker socket pair. This should improve the performance of ``wait_readable()``
and ``wait_writable()`` when using the ``ProactorEventLoop``
(`#836 <https://github.com/agronholm/anyio/pull/836>`_) (PR by @graingert)
(`#836 <https://github.com/agronholm/anyio/pull/836>`_; PR by @graingert)

**4.7.0**

- Updated ``TaskGroup`` to work with asyncio's eager task factories
Expand Down

0 comments on commit a9b6bb2

Please sign in to comment.