aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-10-15 21:06:52 -0700
committerMark Sapiro <mark@msapiro.net>2015-10-15 21:06:52 -0700
commitac9886b17e0462f70209cc2ee0bc3744dd9bd520 (patch)
tree762c9e8849d860f2911ab5e2031cb9db90c32128 /NEWS
parentb7f4af5909c45a4084174d6b5a4c3ea9742fd997 (diff)
downloadmailman2-ac9886b17e0462f70209cc2ee0bc3744dd9bd520.tar.gz
mailman2-ac9886b17e0462f70209cc2ee0bc3744dd9bd520.tar.xz
mailman2-ac9886b17e0462f70209cc2ee0bc3744dd9bd520.zip
Refactored the GetPattern list method to simplify extending @listname
syntax to new attributes in the future. Changed Moderate.py to use the GetPattern method to process the *_these_nonmembers lists.
Diffstat (limited to '')
-rwxr-xr-xNEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 975e53dd..12dbf8fc 100755
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Refactored the GetPattern list method to simplify extending @listname
+ syntax to new attributes in the future. Changed Moderate.py to use the
+ GetPattern method to process the *_these_nonmembers lists.
+
- Changed CookHeaders to default to using space rather than tab as
continuation_ws when folding headers. (LP: #1505878)