summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2016-07-12 19:41:56 -0400
committerBarry Warsaw2016-07-12 19:41:56 -0400
commit9b31555c180aa703d6fed0dc2cbaeda51de124c3 (patch)
tree270cd6c8eb60b17c57cc939d9d6491474afeab7a
parent9e7bab1de942a96b5da007ebba4b35a64f01cfd3 (diff)
downloadmailman-9b31555c180aa703d6fed0dc2cbaeda51de124c3.tar.gz
mailman-9b31555c180aa703d6fed0dc2cbaeda51de124c3.tar.zst
mailman-9b31555c180aa703d6fed0dc2cbaeda51de124c3.zip
-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 d11c44910..bc649104b 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -206,6 +206,9 @@ REST
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)
+ * A member's ``moderation_action`` can be reset, allowing fallback to the
+ list's ``default_member_action`` by setting the attribute to the empty
+ string in the REST API. Given by Aurélien Bompard.
Other
-----