We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2943e commit b62f796Copy full SHA for b62f796
releasenotes/notes/issue-441-8392549b54b1178d.yaml
@@ -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