diff options
| -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 |
