Skip to content

Commit 0dedae2

Browse files
committed
release-notes: Add release notes for the patch note feature
Signed-off-by: andrepapoti <[email protected]>
1 parent ca766eb commit 0dedae2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 Application version has been updated to v3.2.
10+
- |
11+
The API version has been updated to v1.4.
12+
- |
13+
A new REST API endpoint is available at ``/api/patches/<patch_id>/notes``.
14+
This can be used to create a new note or to retrive all notes from the specified patch
15+
- |
16+
A new REST API endpoint is available at ``/api/patches/<patch_id>/notes/<note_id>``.
17+
This can be used to retrieve, update and delete the specified note

0 commit comments

Comments
 (0)