summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/whatsnew26.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew26.tex b/Doc/whatsnew/whatsnew26.tex
index df6787d14b..afe067e654 100644
--- a/Doc/whatsnew/whatsnew26.tex
+++ b/Doc/whatsnew/whatsnew26.tex
@@ -67,7 +67,10 @@ details.
\begin{itemize}
-\item Descriptions go here.
+\item The \module{smtplib} module now supports SMTP over
+SSL thanks to the addition of the \class{SMTP_SSL} class.
+This class supports an interface identical to the existing \class{SMTP}
+class. (Contributed by Monty Taylor.)
\end{itemize}