added itertools.count(-n) fix
diff --git a/Misc/NEWS b/Misc/NEWS
index d3e9852..5a539db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,11 @@
 
 - Allow exception instances to be directly sliced again.
 
+Extension Modules
+-----------------
+
+- Fix itertools.count(n) to work with negative numbers again.
+
 
 What's New in Python 2.5 (final)
 ================================