Issue 2025:  Add tuple.count() and tuple.index() to follow the ABC in collections.Sequence.
diff --git a/Misc/NEWS b/Misc/NEWS
index 172678e..d15531d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@
 - Issue #1678380: Fix a bug that identifies 0j and -0j when they appear
   in the same code unit.
 
+- Issue #2025 :  Add tuple.count() and tuple.index() methods to comply with
+  the collections.Sequence API.
+
 - Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak
   detection