Issue #5815: Fixed support for locales with modifiers.  Fixed support for
locale encodings with hyphens.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9c9233c..22c7fbf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@
 Library
 -------
 
+- Issue #5815: Fixed support for locales with modifiers.  Fixed support for
+  locale encodings with hyphens.
+
 - Issue #20026: Fix the sqlite module to handle correctly invalid isolation
   level (wrong type).