summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b189f2c..804f43b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,8 @@ Library
- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
+- Issue #24867: Fix Task.get_stack() for 'async def' coroutines
+
Documentation
-------------