summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
authorBarry Warsaw2016-01-13 19:49:16 -0500
committerBarry Warsaw2016-01-13 19:49:16 -0500
commita4ebbd164bdba4a7ede651dfcf802c300e8e9743 (patch)
treee3939215fbe8066f059dc8bd131c699715ac7537 /src/mailman/docs/NEWS.rst
parentbbe2a437d2c1b369cc05abd0dae9305c36561202 (diff)
downloadmailman-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.rst4
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
-----