Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
diff --git a/Misc/NEWS b/Misc/NEWS
index 49c739f..6946706 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -418,6 +418,8 @@
 Library
 -------
 
+- Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
+
 - Issue #7099: Decimal.is_normal now returns True for numbers with exponent
   larger than emax.