Updated NEWS with fix for 13232.
diff --git a/Misc/NEWS b/Misc/NEWS
index eb91348..04aa011 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,9 @@
 Library
 -------
 
+- Issue #13232: logging: Improved logging of exceptions in the presence of
+  multiple encodings.
+
 - Issue #10332: multiprocessing: fix a race condition when a Pool is closed
   before all tasks have completed.