summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
authorBarry Warsaw2016-04-02 18:09:03 -0400
committerBarry Warsaw2016-04-02 18:09:03 -0400
commitd6e4ffe4c8db7555ed260d211dd6eedbb8f1f7b2 (patch)
treeaecbdd8f127fad10ce988fe48041606ff31dd888 /src/mailman/docs/NEWS.rst
parentfc75d403ebcab3a7a3a8d9f838044cd885649907 (diff)
downloadmailman-d6e4ffe4c8db7555ed260d211dd6eedbb8f1f7b2.tar.gz
mailman-d6e4ffe4c8db7555ed260d211dd6eedbb8f1f7b2.tar.zst
mailman-d6e4ffe4c8db7555ed260d211dd6eedbb8f1f7b2.zip
Add coverage and NEWS.
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
-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 301221ce1..53a24cbe2 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -173,6 +173,8 @@ REST
* Expose `goodbye_message_uri` in the REST API. Given by Harshit Bansal.
* New subscription requests are rejected if there is already one pending.
With thanks to Anirudh Dahiya. (Closes #199)
+ * Expose the system pipelines and chains via ``<api>/system/pipelines`` and
+ ``<api>/system/chains`` respectively. Given by Simon Hanna. (Closes #66)
Other
-----