summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-15 16:22:59 -0700
committerBarry Warsaw2012-03-15 16:22:59 -0700
commit854acf2f858950d6c926c82c5ee642014d7d973f (patch)
tree34cc039bec500340ec6f5eff4ce90a9ad151b761 /src/mailman/docs
parenteb0aaa06741675872b0244ce6f9f0c5748391a10 (diff)
parent9507b3069dd2c7bd47352c9462260bf3d715de53 (diff)
downloadmailman-854acf2f858950d6c926c82c5ee642014d7d973f.tar.gz
mailman-854acf2f858950d6c926c82c5ee642014d7d973f.tar.zst
mailman-854acf2f858950d6c926c82c5ee642014d7d973f.zip
* Mailing list resources now have a `member_count` attribute which gives the
number of subscribed members. Given by Toshio Kuratomi.
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 31f00679a..22e988360 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -70,6 +70,8 @@ REST
resources now accept a `held` path component. GETing this returns all held
messages for the mailing list. POSTing to a specific request id under this
url can dispose of the message using `Action` enums.
+ * Mailing list resources now have a `member_count` attribute which gives the
+ number of subscribed members. Given by Toshio Kuratomi.
Interfaces
----------