diff options
| author | Barry Warsaw | 2014-12-30 13:42:42 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-30 13:42:42 -0500 |
| commit | b4c64b9cda42100a20adf1c56c544b198c52c4c1 (patch) | |
| tree | 2aa8118973c1f37f1d33d99ec82f1fd6f877b70a | |
| parent | b7e3b4d7307713fa8edd73889b9c72fbfd11fdfe (diff) | |
| download | mailman-b4c64b9cda42100a20adf1c56c544b198c52c4c1.tar.gz mailman-b4c64b9cda42100a20adf1c56c544b198c52c4c1.tar.zst mailman-b4c64b9cda42100a20adf1c56c544b198c52c4c1.zip | |
| -rw-r--r-- | README.rst | 1 | ||||
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 35a735dfe..1a96eeae6 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,6 @@ These documents are generated from the doctest suite. src/mailman/styles/docs/* src/mailman/archiving/docs/* src/mailman/mta/docs/* - src/mailman/database/docs/* src/mailman/bin/docs/* src/mailman/commands/docs/* src/mailman/docs/NEWS diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 40dd81d27..6203a2e32 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -55,6 +55,7 @@ Interfaces * The RFC 2369 headers added to outgoing messages are now added in sorted order. * Several changes to the internal API: + - `IListManager.mailing_lists` is guaranteed to be sorted in List-ID order. - `IDomains.mailing_lists` is guaranteed to be sorted in List-ID order. - Iteration over domains via the `IDomainManager` is guaranteed to be sorted |
