diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 64fb0161..5834c6cc 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -3,7 +3,7 @@ Version history
This library adheres to `Semantic Versioning 2.0 `_.
-**UNRELEASED**
+**4.8.0**
- Added **experimental** support for running functions in subinterpreters on Python
3.13 and later
@@ -13,7 +13,7 @@ This library adheres to `Semantic Versioning 2.0 `_.
task factory created via ``asyncio.create_eager_task_factory()``, to preserve expected
Trio-like task scheduling semantics (PR by @agronholm and @graingert)
- Configure ``SO_RCVBUF``, ``SO_SNDBUF`` and ``TCP_NODELAY`` on the selector
- thread waker socket pair. This should improve the performance of ``wait_readable()``
+ thread waker socket pair (this should improve the performance of ``wait_readable()``)
and ``wait_writable()`` when using the ``ProactorEventLoop``
(`#836 `_; PR by @graingert)
- Fixed ``AssertionError`` when using ``nest-asyncio``