From 42d13a8672d73aca2fc889633dbf7b3ff2a9c7ee Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 24 Oct 2011 22:40:59 -0400 Subject: * 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) --- src/mailman/docs/NEWS.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/mailman/docs') 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?" -- cgit v1.3.1