diff --git a/Misc/NEWS b/Misc/NEWS index 8b18b108c40..b4d22919966 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -48,6 +48,8 @@ Core and Builtins Library ------- +- Issue #20394: Silence Coverity warning in audioop module. + - Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate arguments. Patch by Glenn Langford.