summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-24 12:40:49 -0500
committerBarry Warsaw2016-11-24 12:40:49 -0500
commit3552dffc343d098c9baa7d4985ca60e4bb13b9f2 (patch)
tree6d209908c6d18fdbd2747d362dbb9f9e5b6b4a8a /src/mailman/docs/NEWS.rst
parent0a03fce091e190e15e593dd1a7d1fd0cfac44793 (diff)
downloadmailman-3552dffc343d098c9baa7d4985ca60e4bb13b9f2.tar.gz
mailman-3552dffc343d098c9baa7d4985ca60e4bb13b9f2.tar.zst
mailman-3552dffc343d098c9baa7d4985ca60e4bb13b9f2.zip
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
-rw-r--r--src/mailman/docs/NEWS.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index fdde0589f..80cadd1b7 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -145,10 +145,13 @@ Interfaces
* ``ISubscriptionService`` now supports mass unsubscribes. Given by Harshit
Bansal.
-Internal API
-------------
+Internal
+--------
* A handful of unused legacy exceptions have been removed. The redundant
`MailmanException` has been removed; use `MailmanError` everywhere.
+ * Drop the use of the `lazr.smtptest` library, which is based on the
+ asynchat/asyncore-based smtpd.py stdlib module. Instead, use the
+ asyncio-based aiosmtpd package.
Message handling
----------------