Skip to content

Commit bc8b6bd

Browse files
committed
Fixed the changelog entry
1 parent 1f5ff65 commit bc8b6bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/versionhistory.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
66
**UNRELEASED**
77

88
- Set ``None`` as the default type argument for ``anyio.abc.TaskStatus``
9-
- Added ``winloop`` to anyio so windows users can now set ``use_uvloop`` with pytest
10-
or ``anyio.run()`` to run ``winloop`` instead of ``uvloop`` or being left with an ``ModuleNotFoundError``
11-
- Fixed Mypy Problems by making unix portions off limits when windows is in use.
9+
- Added support for ``uvloop=True`` on Windows via the winloop_ implementation
1210
(`#960 <https://github.com/agronholm/anyio/pull/960>`_; PR by @Vizonex)
1311

12+
.. _winloop: https://github.com/Vizonex/Winloop
13+
1414
**4.10.0**
1515

1616
- Added the ``feed_data()`` method to the ``BufferedByteReceiveStream`` class, allowing

0 commit comments

Comments
 (0)