summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2016-04-12 13:10:39 -0400
committerBarry Warsaw2016-04-12 13:10:39 -0400
commitd9384158c3f6e01ea7a0a42a40dd47c0892eb266 (patch)
treef3f9410fdfcbc3d26c194ef93809e3f708320f52 /src/mailman/docs
parent04dc2acf6c24a82db7a3de46c14a2b66d6ffc907 (diff)
downloadmailman-d9384158c3f6e01ea7a0a42a40dd47c0892eb266.tar.gz
mailman-d9384158c3f6e01ea7a0a42a40dd47c0892eb266.tar.zst
mailman-d9384158c3f6e01ea7a0a42a40dd47c0892eb266.zip
mailman subcommands commit transactions
Closes #223 Also: `mailman digests` has grown --verbose and -dry-run options.
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index b14738330..10473e8ce 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -94,6 +94,9 @@ Command line
compatibility, but now there is a ``-D``/``--no-domain`` option to prevent
missing domains from being create, forcing an error in those cases.
Given by Gurkirpal Singh. (Closes #39)
+ * ``mailman`` subcommands now properly commit any outstanding transactions.
+ (Closes #223)
+ * ``mailman digests`` has grown ``--verbose`` and ``-dry-run`` options.
Interfaces
----------