diff options
| author | Barry Warsaw | 2016-01-13 19:49:16 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-01-13 19:49:16 -0500 |
| commit | a4ebbd164bdba4a7ede651dfcf802c300e8e9743 (patch) | |
| tree | e3939215fbe8066f059dc8bd131c699715ac7537 /src/mailman/docs/NEWS.rst | |
| parent | bbe2a437d2c1b369cc05abd0dae9305c36561202 (diff) | |
| download | mailman-a4ebbd164bdba4a7ede651dfcf802c300e8e9743.tar.gz mailman-a4ebbd164bdba4a7ede651dfcf802c300e8e9743.tar.zst mailman-a4ebbd164bdba4a7ede651dfcf802c300e8e9743.zip | |
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 9cdc8145d..4d08e770e 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -79,6 +79,8 @@ Interfaces same algorithm. (Closes #118) * ``IMessageStore.delete_message()`` no longer raises a ``LookupError`` when you attempt to delete a nonexistent message from the message store. + * ``ISubscriptionService.find_members()`` accepts asterisks as wildcards in + the ``subscriber`` argument string. Given by Aurélien Bompard. Internal API ------------ @@ -133,6 +135,8 @@ REST given action. * Global and list-centric bans can now be managed through the REST API. Given by Aurélien Bompard. + * ``<api>/members/find`` accepts GET query parameters in addition to POST + arguments. Given by Aurélien Bompard. Other ----- |
