Patch #1115086: support PY_LONGLONG in structmember.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bf2e51..c6033de 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and builtins
 -----------------
 
+- Patch #1115086: Support PY_LONGLONG in structmember.
+
 - Bug #1155938: new style classes did not check that __init__() was
   returning None.