Skip to content

Commit 74022ec

Browse files
committed
Bumped up the version
1 parent 264a6f9 commit 74022ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/versionhistory.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Version history
33

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

6-
**UNRELEASED**
6+
**4.8.0**
77

88
- Added **experimental** support for running functions in subinterpreters on Python
99
3.13 and later
@@ -13,7 +13,7 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
1313
task factory created via ``asyncio.create_eager_task_factory()``, to preserve expected
1414
Trio-like task scheduling semantics (PR by @agronholm and @graingert)
1515
- Configure ``SO_RCVBUF``, ``SO_SNDBUF`` and ``TCP_NODELAY`` on the selector
16-
thread waker socket pair. This should improve the performance of ``wait_readable()``
16+
thread waker socket pair (this should improve the performance of ``wait_readable()``)
1717
and ``wait_writable()`` when using the ``ProactorEventLoop``
1818
(`#836 <https://github.com/agronholm/anyio/pull/836>`_; PR by @graingert)
1919
- Fixed ``AssertionError`` when using ``nest-asyncio``

0 commit comments

Comments
 (0)