diff options
| author | Barry Warsaw | 2015-09-20 17:23:54 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-09-20 17:23:54 -0400 |
| commit | 4188b533316acb9ec8d43794a614bf5ed77f76dd (patch) | |
| tree | 0be67528cdc923b0001a07bfad78fc8a1f27bd38 /src | |
| parent | 6060ae3305948931d17c1a03ee6d774e516dacb4 (diff) | |
| download | mailman-4188b533316acb9ec8d43794a614bf5ed77f76dd.tar.gz mailman-4188b533316acb9ec8d43794a614bf5ed77f76dd.tar.zst mailman-4188b533316acb9ec8d43794a614bf5ed77f76dd.zip | |
Add NEWS.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 2 |
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. |
