summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBarry Warsaw2015-09-20 17:23:54 -0400
committerBarry Warsaw2015-09-20 17:23:54 -0400
commit4188b533316acb9ec8d43794a614bf5ed77f76dd (patch)
tree0be67528cdc923b0001a07bfad78fc8a1f27bd38 /src
parent6060ae3305948931d17c1a03ee6d774e516dacb4 (diff)
downloadmailman-4188b533316acb9ec8d43794a614bf5ed77f76dd.tar.gz
mailman-4188b533316acb9ec8d43794a614bf5ed77f76dd.tar.zst
mailman-4188b533316acb9ec8d43794a614bf5ed77f76dd.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 f6d381a7d..b20464ca6 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -77,6 +77,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.