File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments