From: Stephen Finucane Date: Sun, 14 Oct 2018 13:32:25 +0000 (+0100) Subject: docs: Add release notes for recent bug fixes X-Git-Tag: v2.1.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a69a77dcced02e5f9de3f563f9545fc9297c204;p=thirdparty%2Fpatchwork.git docs: Add release notes for recent bug fixes We need to start adding these as part of the bug fix itself. Signed-off-by: Stephen Finucane (cherry picked from commit 67565bf528d6347edd6561677f61639adb35ba55) --- diff --git a/releasenotes/notes/issue-203-ece01ae49ceac712.yaml b/releasenotes/notes/issue-203-ece01ae49ceac712.yaml new file mode 100644 index 00000000..d8609cc0 --- /dev/null +++ b/releasenotes/notes/issue-203-ece01ae49ceac712.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + An issue that resulted in checks for all patches being listed for each + patch is resolved. + (`#203 `__) diff --git a/releasenotes/notes/issue-223-0757db6ac886374f.yaml b/releasenotes/notes/issue-223-0757db6ac886374f.yaml new file mode 100644 index 00000000..e7a5c550 --- /dev/null +++ b/releasenotes/notes/issue-223-0757db6ac886374f.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + It's now possible to assign patches to existing bundles from a user's TODO + page. + (`#213 `__) diff --git a/releasenotes/notes/issue-78-accd1f9db45a2b71.yaml b/releasenotes/notes/issue-78-accd1f9db45a2b71.yaml new file mode 100644 index 00000000..ba805a33 --- /dev/null +++ b/releasenotes/notes/issue-78-accd1f9db45a2b71.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + The delegate and submitter fields will remain populated when moving + between different pages or changing filters. + (`#78 `__)