summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"