diff options
| author | Barry Warsaw | 2016-02-27 14:49:43 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-02-27 14:49:43 -0500 |
| commit | f7f6bdf31c8a81203c3b7f54b0e3bcb44f073a89 (patch) | |
| tree | 7b1e61026b2d5091137f2ae5b55ad76d4bccf841 | |
| parent | cd61fcc88245af25bda231710cbbe1eb75a5e0e4 (diff) | |
| download | mailman-f7f6bdf31c8a81203c3b7f54b0e3bcb44f073a89.tar.gz mailman-f7f6bdf31c8a81203c3b7f54b0e3bcb44f073a89.tar.zst mailman-f7f6bdf31c8a81203c3b7f54b0e3bcb44f073a89.zip | |
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 3 |
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 ------------- |
