aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2018-03-12 17:36:25 -0700
committerMark Sapiro <mark@msapiro.net>2018-03-12 17:36:25 -0700
commit3f4ed2805b0bf1f877a6717e6d15d8d351cc924e (patch)
tree7a54e0b3550509ece656998f01aa2cbd744f7f11 /NEWS
parent21eafd3e46083eded01f67ea828bc7b46ffb3f07 (diff)
downloadmailman2-3f4ed2805b0bf1f877a6717e6d15d8d351cc924e.tar.gz
mailman2-3f4ed2805b0bf1f877a6717e6d15d8d351cc924e.tar.xz
mailman2-3f4ed2805b0bf1f877a6717e6d15d8d351cc924e.zip
Fixed another Python 2.7 dependency.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1541b414..6f5109ae 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - A Python 2.7 dependency introduced in the ToDigests handler in Mailman
+ 2.1.24 has been removed. (LP: #1755317)
+
- Bad values in a list's topics will no longer break everything that
might instantiate the list. (LP: #1754516)