From 3c68f5dd2103d3019b34915eea7822fdf90ff192 Mon Sep 17 00:00:00 2001 From: andrepapoti Date: Wed, 13 Mar 2024 03:08:15 -0300 Subject: [PATCH] release-notes: Add release notes for the patch note feature Signed-off-by: andrepapoti --- .../notes/issue-441-8392549b54b1178d.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releasenotes/notes/issue-441-8392549b54b1178d.yaml diff --git a/releasenotes/notes/issue-441-8392549b54b1178d.yaml b/releasenotes/notes/issue-441-8392549b54b1178d.yaml new file mode 100644 index 00000000..2e32f368 --- /dev/null +++ b/releasenotes/notes/issue-441-8392549b54b1178d.yaml @@ -0,0 +1,17 @@ +--- +features: + - | + Added notes feature allowing maintainers of a patch to write notes for it so that maintainers + can understand why a patch is in any given state or to give any contextual information others + may not have. These can also be public so that any user can read them. +api: + - | + The Application version has been updated to v3.2. + - | + The API version has been updated to v1.4. + - | + A new REST API endpoint is available at ``/api/patches//notes``. + This can be used to create a new note or to retrive all notes from the specified patch + - | + A new REST API endpoint is available at ``/api/patches//notes/``. + This can be used to retrieve, update and delete the specified note