Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger names exist at the same time.
diff --git a/Misc/NEWS b/Misc/NEWS
index 385e341..3450d29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,10 @@
 Library
 -------
 
+- Issue #8201: logging: Handle situation of non-ASCII and Unicode
+  logger names existing at the same time, causing a Unicode error
+  when configuration code attempted to sort the existing loggers.
+
 - Issue #8200: logging: Handle errors when multiprocessing is not
   fully loaded when logging occurs.