diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index ef7ac30c..c1e3b8e8 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.6.0**
- Dropped support for Python 3.8
(as `#698 `_ cannot be resolved
@@ -11,7 +11,7 @@ This library adheres to `Semantic Versioning 2.0 `_.
- Fixed 100% CPU use on asyncio while waiting for an exiting task group to finish while
said task group is within a cancelled cancel scope
(`#695 `_)
-- Fixed cancel scopes on asyncio not reraising ``CancelledError`` on exit while the
+- Fixed cancel scopes on asyncio not propagating ``CancelledError`` on exit when the
enclosing cancel scope has been effectively cancelled
(`#698 `_)
- Fixed asyncio task groups not yielding control to the event loop at exit if there were