summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
-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