diff options
| author | Barry Warsaw | 2012-01-26 23:30:20 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-01-26 23:30:20 -0500 |
| commit | c5fd671f502d440b211ce4b99366aaad8be5bd1b (patch) | |
| tree | 2a00d95ce534b45f4408749875ea8735bb0ac0d0 /src/mailman/docs/NEWS.rst | |
| parent | e6a261945e64201920c8c879615ac321739bce9f (diff) | |
| download | mailman-c5fd671f502d440b211ce4b99366aaad8be5bd1b.tar.gz mailman-c5fd671f502d440b211ce4b99366aaad8be5bd1b.tar.zst mailman-c5fd671f502d440b211ce4b99366aaad8be5bd1b.zip | |
A faster implementation of SubscriptionService.get_members().
Diffstat (limited to '')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index c1553fd66..03aa586c2 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -21,6 +21,10 @@ Architecture * Dynamically calculate the `List-Id` header instead of storing it in the database. This means it cannot be changed. +Interfaces +---------- + * Add property `IUserManager.members` to return all `IMembers` in the system. + Commands -------- * `bin/mailman shell` is an alias for `withlist`. |
