summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mailman/docs/NEWS.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index c149494b7..37a05c3ed 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -43,6 +43,11 @@ Configuration
the configuration file, just after ``./mailman.cfg`` and before
``~/.mailman.cfg``. (LP: #1157861)
+Database
+--------
+ * The `bounceevent` table now uses list-ids to cross-reference the mailing
+ list, to match other tables. Similarly for the `IBounceEvent` interface.
+
Bugs
----
* Non-queue runners should not create ``var/queue`` subdirectories. Fixed by