Issue #8576: logging updated to remove usage of find_unused_port().
diff --git a/Misc/NEWS b/Misc/NEWS
index f4f4d2f..e024d60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,8 @@
 Library
 -------
 
+- Issue #8576: logging updated to remove usage of find_unused_port().
+
 - Issue #4687: Fix accuracy of garbage collection runtimes displayed with
   gc.DEBUG_STATS.