summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/3.11.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 97dd096..0cbb0ba 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -431,6 +431,10 @@ asyncio
existing stream-based connections to TLS. (Contributed by Ian Good in
:issue:`34975`.)
+* Add :class:`~asyncio.Barrier` class to the synchronization primitives of
+ the asyncio library. (Contributed by Yves Duprat and Andrew Svetlov in
+ :gh:`87518`.)
+
datetime
--------