summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2012-09-22 11:16:26 -0400
committerBarry Warsaw2012-09-22 11:16:26 -0400
commita8e5f267b418cd4bb577ae229fd7e22d5720e93f (patch)
treecff784535bce7134407d1ece7f94fd9b9f74a1ee /src/mailman/docs
parentd20bb305a007f156ded813f5823fcf7ded66075b (diff)
parent8271738ba287c4688173ff760118996c1590b84f (diff)
downloadmailman-a8e5f267b418cd4bb577ae229fd7e22d5720e93f.tar.gz
mailman-a8e5f267b418cd4bb577ae229fd7e22d5720e93f.tar.zst
mailman-a8e5f267b418cd4bb577ae229fd7e22d5720e93f.zip
* Add list_id to JSON representation for a mailing list (given by Jimmy
Bergman). * The canonical resource for a mailing list (and thus its self_link) is now the URL with the list-id. To reference a mailing list, the list-id url is preferred, but for backward compatibility, the posting address is still accepted.
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 329264e31..984e0d9fb 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -12,6 +12,15 @@ Here is a history of user visible changes to Mailman.
==========================
(2012-XX-XX)
+REST
+----
+ * Add list_id to JSON representation for a mailing list (given by Jimmy
+ Bergman).
+ * The canonical resource for a mailing list (and thus its self_link) is now
+ the URL with the list-id. To reference a mailing list, the list-id url is
+ preferred, but for backward compatibility, the posting address is still
+ accepted.
+
3.0 beta 2 -- "Freeze"
======================