~syst3mw0rm/mailman/bug-890675

« back to all changes in this revision

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

  • Committer: Barry Warsaw
  • Date: 2012-01-27 04:30:20 UTC
  • Revision ID: barry@list.org-20120127043020-p5rgqcl7qwiq0ew6
A faster implementation of SubscriptionService.get_members().

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * Dynamically calculate the `List-Id` header instead of storing it in the
22
22
   database.  This means it cannot be changed.
23
23
 
 
24
Interfaces
 
25
----------
 
26
 * Add property `IUserManager.members` to return all `IMembers` in the system.
 
27
 
24
28
Commands
25
29
--------
26
30
 * `bin/mailman shell` is an alias for `withlist`.