summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2015-07-13 21:02:35 -0400
committerBarry Warsaw2015-07-13 21:02:35 -0400
commit0a47201c6a6deba4715fc95874b33dd96b79197a (patch)
tree00e1070a93e41b000a2b3e1b3d9f348b2df5a736
parent2332c029299aca991a36b7b4b29bacdf9b02537c (diff)
downloadmailman-0a47201c6a6deba4715fc95874b33dd96b79197a.tar.gz
mailman-0a47201c6a6deba4715fc95874b33dd96b79197a.tar.zst
mailman-0a47201c6a6deba4715fc95874b33dd96b79197a.zip
-rw-r--r--src/mailman/docs/NEWS.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 5f8056e20..7bb083f89 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -51,6 +51,8 @@ REST
* When creating a user via REST using an address that already exists, but
isn't linked, the address is linked to the new user. Given by Aurélien
Bompard.
+ * The REST API incorrectly parsed `is_server_owner` values when given
+ explicitly in the POST that creates a user. (Closes #136)
Other
-----
@@ -58,8 +60,6 @@ Other
* Improvements in importing Mailman 2.1 lists, given by Aurélien Bompard.
* The ``prototype`` archiver is not web accessible so it does not have a
``list_url`` or permalink. Given by Aurélien Bompard.
- * The REST API incorrectly parsed `is_server_owner` values when given
- explicitly in the POST that creates a user. (Closes #136)
3.0.0 -- "Show Don't Tell"