diff options
| author | Barry Warsaw | 2015-09-20 17:23:54 -0400 |
|---|---|---|
| committer | GitLab | 2015-09-22 23:35:47 +0000 |
| commit | 2f6a9c1f5d12be91d400ba1534a39d7bba4bdcca (patch) | |
| tree | 8d2f66779c50bd64c449b9f0ad975fd12c5dd695 | |
| parent | f6e0995531be8c6c0d27fc908fd0e0892097550b (diff) | |
| download | mailman-2f6a9c1f5d12be91d400ba1534a39d7bba4bdcca.tar.gz mailman-2f6a9c1f5d12be91d400ba1534a39d7bba4bdcca.tar.zst mailman-2f6a9c1f5d12be91d400ba1534a39d7bba4bdcca.zip | |
Add NEWS.
| -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 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. |
