Issue #15444: Use proper spelling for non-ASCII contributor names.
Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a4d71b..409d3ca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -468,6 +468,9 @@
 Documentation
 -------------
 
+- Issue #15444: Use proper spelling for non-ASCII contributor names.  Patch
+  by Serhiy Storchaka.
+
 - Issue 15482: Properly document the default 'level' value for __import__()
   while warning about using negative values.