Skip to content

Commit b62f796

Browse files
committed
release-notes: Add release notes for the patch note feature
Signed-off-by: andrepapoti <andrepapoti@gmail.com>
1 parent 5d2943e commit b62f796

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
features:
3+
- |
4+
Added notes feature allowing maintainers of a patch to write notes for it so that maintainers
5+
can understand why a patch is in any given state or to give any contextual information others
6+
may not have. These can also be public so that any user can read them.
7+
api:
8+
- |
9+
The API version has been updated to v1.4.
10+
- |
11+
A new REST API endpoint is available at ``/api/patches/<patch_id>/notes``.
12+
This can be used to create a new note or to retrive all notes from the specified patch
13+
- |
14+
A new REST API endpoint is available at ``/api/patches/<patch_id>/notes/<note_id>``.
15+
This can be used to retrieve, update and delete the specified note

0 commit comments

Comments
 (0)