Patch #1024670: Support int objects in PyLong_AsUnsignedLong[Mask].
diff --git a/Misc/NEWS b/Misc/NEWS
index 4daf763..3dac4a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@
 Core and builtins
 -----------------
 
-...
+- PyLong_AsUnsignedLong[Mask] now support int objects as well.
 
 Extension modules
 -----------------