summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c873f46fd9..91e58430f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,9 @@ Library
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.