Issue 10667: Fast path for collections.Counter
diff --git a/Misc/NEWS b/Misc/NEWS
index da7e9d7..6ba1652 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@
 Library
 -------
 
+- Issue #10667: Fast path for collections.Counter().
+
 - Issue #10695: passing the port as a string value to telnetlib no longer
   causes debug mode to fail.