summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2016-04-29 00:28:05 -0400
committerBarry Warsaw2016-04-29 00:28:05 -0400
commit78d1f5918d2ec0b2351edb3ed005d5b8f7e4319c (patch)
tree05ca840c89d0950d95b36566bed5723bd9409764 /src/mailman/docs
parent17103aae14f53655fd7685a0867724f6420b9282 (diff)
downloadmailman-78d1f5918d2ec0b2351edb3ed005d5b8f7e4319c.tar.gz
mailman-78d1f5918d2ec0b2351edb3ed005d5b8f7e4319c.tar.zst
mailman-78d1f5918d2ec0b2351edb3ed005d5b8f7e4319c.zip
Tweaks and clean up.
* Add NEWS entry. * De-duplicate emails in the sequence passed to the model's ISubscriptionService.unsubscribe_members() method. * Modify the semantics of the DELETE method to return a mapping of addresses to boolean status.
Diffstat (limited to 'src/mailman/docs')
-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 eaed35312..e2e3f17e1 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -187,6 +187,9 @@ REST
With thanks to Anirudh Dahiya. (Closes #199)
* Expose the system pipelines and chains via ``<api>/system/pipelines`` and
``<api>/system/chains`` respectively. Given by Simon Hanna. (Closes #66)
+ * Support mass unsubscription of members via ``DELETE`` on the
+ ``<api>/lists/<list-id>/roster/member`` resource. Given by Harshit
+ Bansal. (Closes #171)
* Port to Falcon 1.0 (Closes #20)
Other