Patch #1494140: Add documentation for the new struct.Struct object.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a1481b..1426799 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,6 +366,8 @@
 Extension Modules
 -----------------
 
+- Patch #1494140: Add documentation for the new struct.Struct object.
+
 - Patch #1432399: Support the HCI protocol for bluetooth sockets
 
 - Patch #1657276: Make NETLINK_DNRTMSG conditional.