Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 00447f7

Browse files
committedJul 3, 2021
update news
1 parent 2adff23 commit 00447f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎docs/versionhistory.rst

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
1010
``FileWriteStream``so they accept any path-like object (including the new asynchronous ``Path``
1111
class)
1212
- Dropped unnecessary dependency on the ``async_generator`` library
13+
- API changes:
14+
* The following functions and methods are no longer asynchronous but can still be awaited on
15+
(doing so will emit a deprecation warning):
16+
17+
* ``abc.BlockingPortal.stop``
1318

1419
**3.2.1**
1520

0 commit comments

Comments
 (0)
Please sign in to comment.