diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index f19c6d87..6b369c89 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -17,10 +17,12 @@ This library adheres to `Semantic Versioning 2.0 `_. ``anyio.from_thread.check_cancelled()`` - Bumped minimum version of trio to v0.23 - Exposed the ``ResourceGuard`` class in the public API + (`#627 `_) - Fixed ``RuntimeError: Runner is closed`` when running higher-scoped async generator fixtures in some cases (`#619 `_) - Fixed discrepancy between ``asyncio`` and ``trio`` where reraising a cancellation exception in an ``except*`` block would incorrectly bubble out of its cancel scope + (`#634 `_) **4.0.0**