Skip to content

Commit

Permalink
Link to #560 in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 16, 2023
1 parent 8fbbf44 commit ef77d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
``TaskGroup.start_soon()``, ``anyio.from_thread.run()``,
``anyio.to_thread.run_sync()`` and ``anyio.to_process.run_sync()`` by making use of
PEP 646 ``TypeVarTuple`` to allow the positional arguments to be validated by static
type checkers
type checkers (`#560 <https://github.com/agronholm/anyio/issues/560>`_)
- Fixed adjusting the total number of tokens in a ``CapacityLimiter`` on asyncio failing
to wake up tasks waiting to acquire the limiter in certain edge cases (fixed with help
from Egor Blagov)
Expand Down

0 comments on commit ef77d25

Please sign in to comment.