summaryrefslogtreecommitdiff
path: root/src/mailman/docs/NEWS.rst
diff options
context:
space:
mode:
authorBarry Warsaw2012-01-26 23:30:20 -0500
committerBarry Warsaw2012-01-26 23:30:20 -0500
commitc5fd671f502d440b211ce4b99366aaad8be5bd1b (patch)
tree2a00d95ce534b45f4408749875ea8735bb0ac0d0 /src/mailman/docs/NEWS.rst
parente6a261945e64201920c8c879615ac321739bce9f (diff)
downloadmailman-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.rst4
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`.