diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-10-29 10:05:15 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-10-29 10:05:15 -0700 |
commit | 2354e5108bde36f90c6c8d8731b811d540bc3371 (patch) | |
tree | efccd543f4cfbccde09a0132b2a4a7db1e6e0149 /NEWS | |
parent | 662f43897a36654177b351ffa2075d6a8039dd5b (diff) | |
download | mailman2-2354e5108bde36f90c6c8d8731b811d540bc3371.tar.gz mailman2-2354e5108bde36f90c6c8d8731b811d540bc3371.tar.xz mailman2-2354e5108bde36f90c6c8d8731b811d540bc3371.zip |
Fixed a typo and deleted an unreferenced assignment.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Fixed a typo in Utils.py that could have resulted in a NameError in + logging an unlikely occurrence. (LP: #1637745) + - Fixed a bug which created incorrect "view more members" links at the bottom of the admin Membership List pages. (LP: #1637061) |