aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2019-08-22 17:13:02 +1000
committerDaniel Axtens <dja@axtens.net>2019-08-22 21:14:08 +1000
commit627480b6f30717d744be899d501a7fcfac28ce09 (patch)
tree18a1c375da86bb285fc6a8b0e88cf6e48c62f24b
parent832d5b61130eb679665201434633b97921f2ef79 (diff)
downloadpatchwork-627480b6f30717d744be899d501a7fcfac28ce09.tar
patchwork-627480b6f30717d744be899d501a7fcfac28ce09.tar.gz
releasenotes: Add release note for new list archive fields
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Daniel Axtens <dja@axtens.net>
-rw-r--r--releasenotes/notes/list-archive-urls-604e69cd92c6b943.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/releasenotes/notes/list-archive-urls-604e69cd92c6b943.yaml b/releasenotes/notes/list-archive-urls-604e69cd92c6b943.yaml
new file mode 100644
index 0000000..b3cd119
--- /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.