News entry for
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
diff --git a/Misc/NEWS b/Misc/NEWS
index c873f46..91e5843 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,9 @@
 Extension Modules
 -----------------
 
+- Bug #1649098: Avoid declaration of zero-sized array declaration in
+  structure.
+
 - Bug #1703286: ctypes no longer truncates 64-bit pointers.
 
 - Bug #1721309: prevent bsddb module from freeing random memory.