summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
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