Issue #8924: logging: Improved error handling for Unicode in exception text.
diff --git a/Misc/NEWS b/Misc/NEWS
index 78d8cc7..0d35399 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,7 @@
 
 Library
 -------
+- Issue #8924: logging: Improved error handling for Unicode in exception text.
 
 - Issue #8948: cleanup functions and class / module setups and teardowns are
   now honored in unittest debug methods.