From: Andrew Donnellan Date: Thu, 22 Aug 2019 07:13:02 +0000 (+1000) Subject: releasenotes: Add release note for new list archive fields X-Git-Tag: v2.2.0-rc1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=627480b6f30717d744be899d501a7fcfac28ce09;p=thirdparty%2Fpatchwork.git releasenotes: Add release note for new list archive fields Signed-off-by: Andrew Donnellan Signed-off-by: Daniel Axtens --- diff --git a/releasenotes/notes/list-archive-urls-604e69cd92c6b943.yaml b/releasenotes/notes/list-archive-urls-604e69cd92c6b943.yaml new file mode 100644 index 00000000..b3cd119b --- /dev/null +++ b/releasenotes/notes/list-archive-urls-604e69cd92c6b943.yaml @@ -0,0 +1,18 @@ +--- +features: + - | + Add a field to Project to store a link to the project's mailing list + archive, and display that on the project info page. + - | + Add a field to Project to store a URL format for a Message-ID redirector + for the project's mailing list archive, and display a link to the email + thread for each patch. +api: + - | + The API version has been updated to v1.2. + - | + Projects now expose the ``list_archive_url`` and + ``list_archive_url_format`` attributes. + - | + Patches, comments and cover letters now expose a ``list_archive_url`` + attribute.