Skip to content

Commit

Permalink
Update docs/versionhistory.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Ganden Schaffner <github@xqzw.me>
  • Loading branch information
agronholm and gschaffner committed May 10, 2024
1 parent 3734e25 commit eee7a90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.

**UNRELEASED**

- Fixed race condition in ``get_async_backend``
(`#425 <https://github.com/agronholm/anyio/issues/425>`_; PR by David Jiricek and
Ganden Schaffner)
- Fixed a race condition that caused crashes when multiple event loops of the same
backend were running in separate threads and simultaneously attempted to use AnyIO for
their first time (`#425 <https://github.com/agronholm/anyio/issues/425>`_; PR by David
Jiricek and Ganden Schaffner)
- Added the ``BlockingPortalProvider`` class to aid with constructing synchronous
counterparts to asynchronous interfaces that would otherwise require multiple blocking
portals
Expand Down

0 comments on commit eee7a90

Please sign in to comment.