diff options
| author | Barry Warsaw | 2016-11-24 12:40:49 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-24 12:40:49 -0500 |
| commit | 3552dffc343d098c9baa7d4985ca60e4bb13b9f2 (patch) | |
| tree | 6d209908c6d18fdbd2747d362dbb9f9e5b6b4a8a /src/mailman/docs/NEWS.rst | |
| parent | 0a03fce091e190e15e593dd1a7d1fd0cfac44793 (diff) | |
| download | mailman-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.rst | 7 |
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 ---------------- |
