summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2015-11-21 12:07:27 -0500
committerBarry Warsaw2015-11-21 12:07:27 -0500
commit0226456bc4cae5f8f4273fdec5b7a9b41bbee072 (patch)
tree6f89274323b75ea448ab6bb316b2b7ee4d184524 /src/mailman/docs
parent1ef59d99758c1bbeced190c6b22db0e160d128ee (diff)
downloadmailman-0226456bc4cae5f8f4273fdec5b7a9b41bbee072.tar.gz
mailman-0226456bc4cae5f8f4273fdec5b7a9b41bbee072.tar.zst
mailman-0226456bc4cae5f8f4273fdec5b7a9b41bbee072.zip
Sort the JSON output when [devmode]enabled is true.
Diffstat (limited to 'src/mailman/docs')
-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 da8ede64f..729f1e1f9 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -96,6 +96,8 @@ REST
* Fix pagination values `start` and `total_size` in the REST API. Given by
Aurélien Bompard. (Closes: #154)
* JSON representations for held message now include a ``self_link``.
+ * When ``[devmode]enabled`` is set, the JSON output is sorted. Given by
+ Aurélien Bompard.
Other
-----