summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2016-02-27 14:49:43 -0500
committerBarry Warsaw2016-02-27 14:49:43 -0500
commitf7f6bdf31c8a81203c3b7f54b0e3bcb44f073a89 (patch)
tree7b1e61026b2d5091137f2ae5b55ad76d4bccf841
parentcd61fcc88245af25bda231710cbbe1eb75a5e0e4 (diff)
downloadmailman-f7f6bdf31c8a81203c3b7f54b0e3bcb44f073a89.tar.gz
mailman-f7f6bdf31c8a81203c3b7f54b0e3bcb44f073a89.tar.zst
mailman-f7f6bdf31c8a81203c3b7f54b0e3bcb44f073a89.zip
-rw-r--r--src/mailman/docs/NEWS.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index e67fffb37..dc444cd82 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -62,6 +62,9 @@ Bugs
* When approving a subscription request via the REST API, for a user who is
already a member, return an HTTP 409 Conflict code instead of the previous
server traceback (and resulting HTTP 500 code). (Closes: #193)
+ * In decoration URIs (e.g. ``IMailingList.header_uri`` and ``.footer_uri``)
+ you should now use the mailing list's List-ID instead of the
+ fqdn-listname. The latter is deprecated. (Closes #196)
Configuration
-------------