~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/docs/NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2011-09-02 00:54:37 UTC
  • mfrom: (7042.2.1 mailman_833123)
  • Revision ID: barry@list.org-20110902005437-bvjc5ptp3vlqkon9
* You can now query or change a member's `delivery_mode` attribute through
  the REST API (LP: #833132).  Given by Stephen A. Goss.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 * New REST resource http://.../members/find can be POSTed to in order to find
40
40
   member records.  Optional arguments are `subscriber` (email address to
41
41
   search for), `fqdn_listname`, and `role` (i.e. MemberRole).  (LP: #799612)
 
42
 * You can now query or change a member's `delivery_mode` attribute through
 
43
   the REST API (LP: #833132).  Given by Stephen A. Goss.
42
44
 * New REST resource http://.../<domain>/lists can be GETed in order to find
43
45
   all the mailing lists in a specific domain (LP: #829765).  Given by
44
46
   Stephen A. Goss.