Skip to content

Commit

Permalink
Rearranged the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 16, 2023
1 parent 0b66994 commit 45b9ece
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,21 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
* ``BlockingPortal.start_task_soon()``
* ``BlockingPortal.start_task()``

(`#560 <https://github.com/agronholm/anyio/issues/560>`_)
(also resolves `#560 <https://github.com/agronholm/anyio/issues/560>`_)
- Fixed various type annotations of ``anyio.Path`` to match Typeshed:

* ``anyio.Path.__lt__()``
* ``anyio.Path.__le__()``
* ``anyio.Path.__gt__()``
* ``anyio.Path.__ge__()``
* ``anyio.Path.__truediv__()``
* ``anyio.Path.__rtruediv__()``
* ``anyio.Path.hardlink_to()``
* ``anyio.Path.samefile()``
* ``anyio.Path.symlink_to()``
* ``anyio.Path.with_segments()``

(PR by Ganden Schaffner)
- 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 All @@ -34,20 +48,6 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
- Fixed cancellation propagating on asyncio from a task group to child tasks if the task
hosting the task group is in a shielded cancel scope
(`#642 <https://github.com/agronholm/anyio/issues/642>`_)
- Fixed various type annotations of ``anyio.Path`` to match Typeshed:

- ``anyio.Path.__lt__()``
- ``anyio.Path.__le__()``
- ``anyio.Path.__gt__()``
- ``anyio.Path.__ge__()``
- ``anyio.Path.__truediv__()``
- ``anyio.Path.__rtruediv__()``
- ``anyio.Path.hardlink_to()``
- ``anyio.Path.samefile()``
- ``anyio.Path.symlink_to()``
- ``anyio.Path.with_segments()``

(PR by Ganden Schaffner)

**4.1.0**

Expand Down

0 comments on commit 45b9ece

Please sign in to comment.