Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.
diff --git a/Misc/NEWS b/Misc/NEWS
index ac53f85..7ba9dd2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -447,6 +447,13 @@
   and _CRT_NONSTDC_NO_DEPRECATE.
 
 
+Documentation
+-------------
+
+- Patch #1686451: Fix return type for
+  PySequence_{Count,Index,Fast_GET_SIZE}.
+
+
 What's New in Python 2.5 (final)
 ================================