diff mbox series

[6/6] releasenotes: Add release note for new list archive fields

Message ID 20190808024015.8102-6-ajd@linux.ibm.com
State Superseded
Headers show
Series [1/6] models, templates: Add project list archive URL field | expand

Commit Message

Andrew Donnellan Aug. 8, 2019, 2:40 a.m. UTC
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
---
 .../list-archive-urls-604e69cd92c6b943.yaml    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 releasenotes/notes/list-archive-urls-604e69cd92c6b943.yaml
diff mbox series

Patch

diff --git a/releasenotes/notes/list-archive-urls-604e69cd92c6b943.yaml b/releasenotes/notes/list-archive-urls-604e69cd92c6b943.yaml
new file mode 100644
index 000000000000..261f3726cdba
--- /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 prefix 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_lookup_prefix`` attributes.
+  - |
+    Patches, comments and cover letters now expose a ``list_archive_url``
+    attribute.