diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 9f2f7d6b..e3752422 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -14,7 +14,7 @@ This library adheres to `Semantic Versioning 2.0 `_.
``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 `_)
- 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)