From 8cce74917ffc7523203ab44862f20fd61f065cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 21 Sep 2024 13:30:51 +0300 Subject: [PATCH] Bumped up the version --- docs/versionhistory.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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