Skip to content

Commit c0bdc31

Browse files
Raxel Gutierrezdaxtens
authored andcommitted
docs: add release note for addressed/unaddressed comments
Signed-off-by: Raxel Gutierrez <raxel@google.com> Signed-off-by: Daniel Axtens <dja@axtens.net>
1 parent 59112f1 commit c0bdc31

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
features:
3+
- |
4+
Patch comments and cover letter comments can be marked 'addressed' or 'unaddressed' to
5+
reflect whether the comment has been addressed by the patch and cover letter submitter
6+
or a reviewer. The current state of a comment is shown in the header when showing a
7+
comment and users with edit permission can toggle the state using an adjacent button.
8+
api:
9+
- |
10+
The API version has been updated to v1.3.
11+
- |
12+
A new REST API endpoint is available at ``/api/covers/<cover_id>/comments/<comment_id>/``.
13+
This can be used to retrieve and update (e.g. ``addressed`` state) details about a specific
14+
cover comment.
15+
- |
16+
A new REST API endpoint is available at ``/api/patches/<patch_id>/comments/<comment_id>/``.
17+
This can be used to retrieve and update (e.g. ``addressed`` state) details about a specific
18+
patch comment.

0 commit comments

Comments
 (0)