summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2015-09-20 17:23:54 -0400
committerGitLab2015-09-22 23:35:47 +0000
commit2f6a9c1f5d12be91d400ba1534a39d7bba4bdcca (patch)
tree8d2f66779c50bd64c449b9f0ad975fd12c5dd695
parentf6e0995531be8c6c0d27fc908fd0e0892097550b (diff)
downloadmailman-2f6a9c1f5d12be91d400ba1534a39d7bba4bdcca.tar.gz
mailman-2f6a9c1f5d12be91d400ba1534a39d7bba4bdcca.tar.zst
mailman-2f6a9c1f5d12be91d400ba1534a39d7bba4bdcca.zip
Add NEWS.
-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.