- The pwd module incorrectly advertised its struct type as
  struct_pwent; this has been renamed to struct_passwd.  (The old name
  is still supported for backwards compatibility.)
diff --git a/Misc/NEWS b/Misc/NEWS
index 203972d..a53fdaf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,10 @@
 Extension modules
 -----------------
 
+- The pwd module incorrectly advertised its struct type as
+  struct_pwent; this has been renamed to struct_passwd.  (The old name
+  is still supported for backwards compatibility.)
+
 - The xml.parsers.expat module now provides Expat 1.95.7.
 
 - socket.IPPROTO_IPV6 was added.