diff options
| author | Barry Warsaw | 2012-03-15 16:22:59 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2012-03-15 16:22:59 -0700 |
| commit | 854acf2f858950d6c926c82c5ee642014d7d973f (patch) | |
| tree | 34cc039bec500340ec6f5eff4ce90a9ad151b761 /src/mailman/docs | |
| parent | eb0aaa06741675872b0244ce6f9f0c5748391a10 (diff) | |
| parent | 9507b3069dd2c7bd47352c9462260bf3d715de53 (diff) | |
| download | mailman-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.rst | 2 |
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 ---------- |
