@@ -3,7 +3,7 @@ Version history
3
3
4
4
This library adheres to `Semantic Versioning 2.0 <http://semver.org/ >`_.
5
5
6
- **UNRELEASED **
6
+ **4.10 **
7
7
8
8
- Added the ``feed_data() `` method to the ``BufferedByteReceiveStream `` class, allowing
9
9
users to inject data directly into the buffer
@@ -32,8 +32,8 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
32
32
- Incorporated several documentation improvements from the EuroPython 2025 sprint
33
33
(special thanks to the sprinters: Emmanuel Okedele, Jan Murre, Euxenia Miruna Goia and
34
34
Christoffer Fjord)
35
- - Added a documentation page explaining why one might want to use AnyIO's APIs instead of
36
- asyncio's
35
+ - Added a documentation page explaining why one might want to use AnyIO's APIs instead
36
+ of asyncio's
37
37
- Updated the ``to_interpreters `` module to use the public ``concurrent.interpreters ``
38
38
API on Python 3.14 or later
39
39
- Fixed ``anyio.Path.copy() `` and ``anyio.Path.copy_into() `` failing on Python 3.14.0a7
@@ -48,8 +48,8 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
48
48
(`#926 <https://github.com/agronholm/anyio/issues/926 >`_; PR by @hroncok)
49
49
- Fixed ``SyntaxWarning `` on Python 3.14 about ``return `` in ``finally ``
50
50
(`#816 <https://github.com/agronholm/anyio/issues/816 >`_)
51
- - Fixed RunVar name conflicts. RunVar instances with the same name should not share storage.
52
- (`#880 <https://github.com/agronholm/anyio/issues/880 >`_; PR by @vimfu)
51
+ - Fixed RunVar name conflicts. RunVar instances with the same name should not share
52
+ storage (`#880 <https://github.com/agronholm/anyio/issues/880 >`_; PR by @vimfu)
53
53
- Renamed the ``BrokenWorkerIntepreter `` exception to ``BrokenWorkerInterpreter ``.
54
54
The old name is available as a deprecated alias.
55
55
(`#938 <https://github.com/agronholm/anyio/pull/938 >`_; PR by @ayussh-verma)
0 commit comments