[PATCH v4 9/9] docs: add release note for addressed/unaddressed comments

Raxel Gutierrez raxel at google.com
Fri Aug 20 14:50:30 AEST 2021


Signed-off-by: Raxel Gutierrez <raxel at google.com>
---
 ...ressed-patch-comments-bfe71689b6f35a22.yaml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 releasenotes/notes/comment-detail-endpoint-for-addressed-unaddressed-patch-comments-bfe71689b6f35a22.yaml

diff --git a/releasenotes/notes/comment-detail-endpoint-for-addressed-unaddressed-patch-comments-bfe71689b6f35a22.yaml b/releasenotes/notes/comment-detail-endpoint-for-addressed-unaddressed-patch-comments-bfe71689b6f35a22.yaml
new file mode 100644
index 00000000..799fd879
--- /dev/null
+++ b/releasenotes/notes/comment-detail-endpoint-for-addressed-unaddressed-patch-comments-bfe71689b6f35a22.yaml
@@ -0,0 +1,18 @@
+---
+features:
+  - |
+    Patch comments and cover letter comments can be marked 'addressed' or 'unaddressed' to
+    reflect whether the comment has been addressed by the patch and cover letter submitter
+    or a reviewer. The current state of a comment is shown in the header when showing a
+    comment and users with edit permission can toggle the state using an adjacent button.
+api:
+  - |
+    The API version has been updated to v1.3.
+  - |
+    A new REST API endpoint is available at ``/api/covers/<cover_id>/comments/<comment_id>/``.
+    This can be used to retrieve and update (e.g. ``addressed`` state) details about a specific
+    cover comment.
+  - |
+    A new REST API endpoint is available at ``/api/patches/<patch_id>/comments/<comment_id>/``.
+    This can be used to retrieve and update (e.g. ``addressed`` state) details about a specific
+    patch comment.
-- 
2.33.0.rc2.250.ged5fa647cd-goog



More information about the Patchwork mailing list