Add NEWS entry for http package.
diff --git a/Misc/NEWS b/Misc/NEWS
index 88bd889..6e92df2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,11 @@
 Library
 -------
 
+- The ``http`` package was created; it contains the old ``httplib``
+  as ``http.client``, ``Cookie`` as ``http.cookies``, ``cookielib``
+  as ``http.cookiejar``, and the content of the three ``HTTPServer``
+  modules as ``http.server``.
+
 - The ``xmlrpc`` package was created; it contains the old
   ``xmlrpclib`` module as ``xmlrpc.client`` and the content of
   the old ``SimpleXMLRPCServer`` and ``DocXMLRPCServer`` modules