Import bdist_msi
diff --git a/Misc/NEWS b/Misc/NEWS
index 634f168..920dd76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -425,6 +425,9 @@
 Library
 -------
 
+- A library msilib to generate Windows Installer files, and a distutils
+  command bdist_msi have been added.
+
 - PEP 343: new module contextlib.py defines decorator @contextmanager
   and helpful context managers nested() and closing().