From 8909417d7c2b1b6fe528de66ad4957dc788759e8 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 14 May 2016 15:18:07 -0400 Subject: Add NEWS. --- src/mailman/docs/NEWS.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 1e4d1d147..73f80ad06 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -188,7 +188,7 @@ REST arguments. Given by Aurélien Bompard. * Header match rules for individual mailing lists are now exposed in the REST API. Given by Aurélien Bompard. (Closes: #192) - * Expose `goodbye_message_uri` in the REST API. Given by Harshit Bansal. + * Expose ``goodbye_message_uri`` in the REST API. Given by Harshit Bansal. * New subscription requests are rejected if there is already one pending. With thanks to Anirudh Dahiya. (Closes #199) * Expose the system pipelines and chains via ``/system/pipelines`` and @@ -196,6 +196,11 @@ REST * Support mass unsubscription of members via ``DELETE`` on the ``/lists//roster/member`` resource. Given by Harshit Bansal. (Closes #171) + * It is now possible to merge users when creating them via REST. When you + POST to ``/users/
/addresses`` and the address given in the + ``email`` parameter already exists, instead of getting a 400 error, if you + set ``absorb_existing=True`` in the POST data, the existing user will be + merged into the newly created on. Given by Aurélien Bompard. * Port to Falcon 1.0 (Closes #20) Other -- cgit v1.2.3-70-g09d2