Skip to content

Commit

Permalink
Added links to closed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 22, 2023
1 parent 3a01793 commit 8079a22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
``anyio.from_thread.check_cancelled()``
- Bumped minimum version of trio to v0.23
- Exposed the ``ResourceGuard`` class in the public API
(`#627 <https://github.com/agronholm/anyio/issues/627>`_)
- Fixed ``RuntimeError: Runner is closed`` when running higher-scoped async generator
fixtures in some cases (`#619 <https://github.com/agronholm/anyio/issues/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 <https://github.com/agronholm/anyio/issues/634>`_)

**4.0.0**

Expand Down

0 comments on commit 8079a22

Please sign in to comment.