NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS
index 497e3d4..139eb6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@
 Library
 -------
 
+- Issue #12752: Fix regression which prevented locale.normalize() from
+  accepting unicode strings.
+
 - Issue #12683: urlparse updated to include svn as schemes that uses relative
   paths. (svn from 1.5 onwards support relative path).