Issue #4971: Fix titlecase for characters that are their own
titlecase, but not their own uppercase.
diff --git a/Misc/NEWS b/Misc/NEWS
index b211512..7c705f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #4971: Fix titlecase for characters that are their own
+  titlecase, but not their own uppercase.
+
 - Issue #5835: Deprecate PyOS_ascii_formatd and replace it with
   _PyOS_double_to_string or PyOS_double_to_string.