Fix for SF# 1649098: avoid zero-sized array declaration in structure.
diff --git a/Misc/NEWS b/Misc/NEWS
index aa02388..c4f0eee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -708,6 +708,9 @@
 Extension Modules
 -----------------
 
+- Bug #1649098: Avoid declaration of zero-sized array declaration in
+  structure.
+
 - Removed the rgbimg module; been deprecated since Python 2.5.
 
 - Bug #1721309: prevent bsddb module from freeing random memory.