diff options
| author | Barry Warsaw | 2012-09-22 11:16:26 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-09-22 11:16:26 -0400 |
| commit | a8e5f267b418cd4bb577ae229fd7e22d5720e93f (patch) | |
| tree | cff784535bce7134407d1ece7f94fd9b9f74a1ee /src/mailman/docs | |
| parent | d20bb305a007f156ded813f5823fcf7ded66075b (diff) | |
| parent | 8271738ba287c4688173ff760118996c1590b84f (diff) | |
| download | mailman-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.rst | 9 |
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" ====================== |
