Commit 74022ec 1 parent 264a6f9 commit 74022ec Copy full SHA for 74022ec
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Version history
3
3
4
4
This library adheres to `Semantic Versioning 2.0 <http://semver.org/ >`_.
5
5
6
- **UNRELEASED **
6
+ **4.8.0 **
7
7
8
8
- Added **experimental ** support for running functions in subinterpreters on Python
9
9
3.13 and later
@@ -13,7 +13,7 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
13
13
task factory created via ``asyncio.create_eager_task_factory() ``, to preserve expected
14
14
Trio-like task scheduling semantics (PR by @agronholm and @graingert)
15
15
- 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() ``)
17
17
and ``wait_writable() `` when using the ``ProactorEventLoop ``
18
18
(`#836 <https://github.com/agronholm/anyio/pull/836 >`_; PR by @graingert)
19
19
- Fixed ``AssertionError `` when using ``nest-asyncio ``
You can’t perform that action at this time.
0 commit comments