Patch #1494140: Add documentation for the new struct.Struct object.
 (backport from rev. 53785)
diff --git a/Misc/NEWS b/Misc/NEWS
index 640bc8d..cd72a0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,6 +107,8 @@
 Extension Modules
 -----------------
 
+- Patch #1494140: Add documentation for the new struct.Struct object.
+
 - Patch #1657276: Make NETLINK_DNRTMSG conditional.
 
 - Bug #1653736: Complain about keyword arguments to time.isoformat.