diff options
| author | Barry Warsaw | 2016-07-12 19:41:56 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-07-12 19:41:56 -0400 |
| commit | 9b31555c180aa703d6fed0dc2cbaeda51de124c3 (patch) | |
| tree | 270cd6c8eb60b17c57cc939d9d6491474afeab7a /src | |
| parent | 9e7bab1de942a96b5da007ebba4b35a64f01cfd3 (diff) | |
| download | mailman-9b31555c180aa703d6fed0dc2cbaeda51de124c3.tar.gz mailman-9b31555c180aa703d6fed0dc2cbaeda51de124c3.tar.zst mailman-9b31555c180aa703d6fed0dc2cbaeda51de124c3.zip | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 3 |
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 ----- |
