Issue #9507:  Named tuple repr will now automatically display the right
name in a tuple subclass.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f99d70..c0e3fc7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@
 Extensions
 ----------
 
+- Issue #9507:  Named tuple repr will now automatically display the right
+  name in a tuple subclass.
+
 - Issue #9324: Add parameter validation to signal.signal on Windows in order
   to prevent crashes.