summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2015-09-20 17:23:54 -0400
committerBarry Warsaw2015-09-23 16:27:20 -0400
commitafb594278053a9e85a56f7b160b9823135e42147 (patch)
tree8d2f66779c50bd64c449b9f0ad975fd12c5dd695 /src
parentb0a9d9e32a2e43a647b6d26aa4d5a4dbb95ed301 (diff)
downloadmailman-afb594278053a9e85a56f7b160b9823135e42147.tar.gz
mailman-afb594278053a9e85a56f7b160b9823135e42147.tar.zst
mailman-afb594278053a9e85a56f7b160b9823135e42147.zip
Add NEWS.
Diffstat (limited to 'src')
-rw-r--r--src/mailman/docs/NEWS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index db86363e4..2f45fd31b 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -78,6 +78,8 @@ REST
Bompard.
* The REST API incorrectly parsed `is_server_owner` values when given
explicitly in the POST that creates a user. (Closes #136)
+ * A new top-level resource `<api>/owners` can be used to get the list of
+ server owners as `IUser`s. (Closes #135)
* By POSTing to a user resource with an existing unlinked address, you can
link the address to the user. Given by Abhilash Raj.