Mention that imaplib now supports SSL -- this wasn't noted before.
diff --git a/Misc/NEWS b/Misc/NEWS
index 46ea7a6..948c124 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -552,6 +552,8 @@
 Library
 -------
 
+- imaplib.py now supports SSL (Tino Lange and Piers Lauder).
+
 - Freeze's modulefinder.py has been moved to the standard library;
   slightly improved so it will issue less false missing submodule
   reports (see sf path #643711 for details).  Documentation will follow