summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-------------