We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adff23 commit 00447f7Copy full SHA for 00447f7
docs/versionhistory.rst
@@ -10,6 +10,11 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
10
``FileWriteStream``so they accept any path-like object (including the new asynchronous ``Path``
11
class)
12
- 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``
18
19
**3.2.1**
20
0 commit comments