diff options
| author | Barry Warsaw | 2016-04-22 15:24:25 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-04-22 16:33:37 -0400 |
| commit | d8d7608902ef58bcc3cf1225a710cf8adf5fca82 (patch) | |
| tree | 9469f0d1d2fe93144674fa983c320679185191bd /src/mailman/docs/NEWS.rst | |
| parent | 4ce8c79d9b758d66fdb1c0a400fe1130b75db552 (diff) | |
| download | mailman-d8d7608902ef58bcc3cf1225a710cf8adf5fca82.tar.gz mailman-d8d7608902ef58bcc3cf1225a710cf8adf5fca82.tar.zst mailman-d8d7608902ef58bcc3cf1225a710cf8adf5fca82.zip | |
Diffstat (limited to 'src/mailman/docs/NEWS.rst')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index b8362048d..ec71afc9f 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -97,6 +97,9 @@ Command line * ``mailman`` subcommands now properly commit any outstanding transactions. (Closes #223) * ``mailman digests`` has grown ``--verbose`` and ``-dry-run`` options. + * ``mailman shell`` now supports readline history if you set the + ``[shell]history_file`` variable in mailman.cfg. Also, many useful names + are pre-populated in the namespace of the shell. (Closes: #228) Interfaces ---------- |
