summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2011-10-24 22:40:59 -0400
committerBarry Warsaw2011-10-24 22:40:59 -0400
commit42d13a8672d73aca2fc889633dbf7b3ff2a9c7ee (patch)
treeebdf4648191978b0010b9add08f416e04d1385d8 /src/mailman/docs
parentc7e4e56de6f943b49fdaaede27321185394f7ecb (diff)
downloadmailman-42d13a8672d73aca2fc889633dbf7b3ff2a9c7ee.tar.gz
mailman-42d13a8672d73aca2fc889633dbf7b3ff2a9c7ee.tar.zst
mailman-42d13a8672d73aca2fc889633dbf7b3ff2a9c7ee.zip
* Implement the style manager as a utility instead of an attribute hanging
off the `mailman.config.config` object. * Fixed bogus use of `bounce_processing` attribute (should have been `process_bounces`, with thanks to Vincent Fretin. (LP: #876774)
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 29d066660..226517b86 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -12,14 +12,18 @@ Here is a history of user visible changes to Mailman.
=================================
(20XX-XX-XX)
-Features
---------
+Architecture
+------------
+ * Implement the style manager as a utility instead of an attribute hanging
+ off the `mailman.config.config` object.
* PostgreSQL support contributed by Stephen A. Goss. (LP: #860159)
Bug fixes
---------
* Fixed KeyError in retry runner, contributed by Stephen A. Goss.
(LP: #872391)
+ * Fixed bogus use of `bounce_processing` attribute (should have been
+ `process_bounces`, with thanks to Vincent Fretin. (LP: #876774)
3.0 alpha 8 -- "Where's My Thing?"