summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2017-06-30 21:13:03 +0000
committerBarry Warsaw2017-06-30 21:13:03 +0000
commiteaf5894e673269e2f07a28e5960c9650ee205001 (patch)
tree4d545de85051a8fd43ff7c4bc084b04e5e39a7ec /src/mailman/docs
parent5b7eeedd19ac69976b38aec1132b1f23d963938d (diff)
parente92359323cda1fb118415c2ccb69679795e78465 (diff)
downloadmailman-eaf5894e673269e2f07a28e5960c9650ee205001.tar.gz
mailman-eaf5894e673269e2f07a28e5960c9650ee205001.tar.zst
mailman-eaf5894e673269e2f07a28e5960c9650ee205001.zip
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 50e581239..c21f561a1 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -17,6 +17,8 @@ Bugs
* A missing html_to_plain_text_command is now properly detected and logged.
(Closes #345)
* Syntactically invalid sender addresses are now ignored. (Closes #229)
+ * An AttributeError: 'str' object has no attribute 'decode' exception in
+ subject prefixing is fixed. (Closes #359)
Interfaces
----------