summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2015-08-30 11:19:57 -0400
committerBarry Warsaw2015-08-30 11:19:57 -0400
commit54c6880facb90aa2591edf5c7735acb3f62831ac (patch)
treea729b4dc81ae0298cdb3e521cdf7fd0bb2e4f1fd /src/mailman/docs
parent53ab491e6688505a7c39b86826ef5ba319490601 (diff)
downloadmailman-54c6880facb90aa2591edf5c7735acb3f62831ac.tar.gz
mailman-54c6880facb90aa2591edf5c7735acb3f62831ac.tar.zst
mailman-54c6880facb90aa2591edf5c7735acb3f62831ac.zip
Cosmetic fixes for Abhilash's branch.
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 341f22f0a..0f778c494 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -52,6 +52,13 @@ Internal API
* A handful of unused legacy exceptions have been removed. The redundant
`MailmanException` has been removed; use `MailmanError` everywhere.
+Message handling
+----------------
+ * New placeholders have been added for message headers and footers. You can
+ use a placeholder of the format `$<archiver-name>_url` to insert the
+ permalink to the message in the named archiver, for any archiver enabled
+ for the mailing list. Given by Abhilash Raj.
+
REST
----
* REST API version 3.1 introduced. Mostly backward compatible with version