ctypes was added.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5185799..400504d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -477,6 +477,8 @@
 Library
 -------
 
+- Added the ctypes ffi package.
+
 - email 4.0 package now integrated.  This is largely the same as the email 3.0
   package that was included in Python 2.3, except that PEP 8 module names are
   now used (e.g. mail.message instead of email.Message).  The MIME classes