summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
-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 54b05f028..597387b40 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -39,6 +39,9 @@ REST
* New REST resource http://.../members/find can be POSTed to in order to find
member records. Optional arguments are `subscriber` (email address to
search for), `fqdn_listname`, and `role` (i.e. MemberRole). (LP: #799612)
+ * New REST resource http://.../<domain>/lists can be GETed in order to find
+ all the mailing lists in a specific domain (LP: #829765). Given by
+ Stephen A. Goss.
* Fixed /lists/<fqdn_listname>/<role>/<email> (LP: #825570)
* Remove role plurals from /lists/<fqdn_listname/rosters/<role>
* Fixed incorrect error code for /members/<bogus> (LP: #821020). Given by