]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Add release notes for recent bug fixes
authorStephen Finucane <stephen@that.guru>
Sun, 14 Oct 2018 13:32:25 +0000 (14:32 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 14 Oct 2018 13:43:32 +0000 (14:43 +0100)
We need to start adding these as part of the bug fix itself.

Signed-off-by: Stephen Finucane <stephen@that.guru>
(cherry picked from commit 67565bf528d6347edd6561677f61639adb35ba55)

releasenotes/notes/issue-203-ece01ae49ceac712.yaml [new file with mode: 0644]
releasenotes/notes/issue-223-0757db6ac886374f.yaml [new file with mode: 0644]
releasenotes/notes/issue-78-accd1f9db45a2b71.yaml [new file with mode: 0644]

diff --git a/releasenotes/notes/issue-203-ece01ae49ceac712.yaml b/releasenotes/notes/issue-203-ece01ae49ceac712.yaml
new file mode 100644 (file)
index 0000000..d8609cc
--- /dev/null
@@ -0,0 +1,6 @@
+---
+fixes:
+  - |
+    An issue that resulted in checks for all patches being listed for each
+    patch is resolved.
+    (`#203 <https://github.com/getpatchwork/patchwork/issues/203>`__)
diff --git a/releasenotes/notes/issue-223-0757db6ac886374f.yaml b/releasenotes/notes/issue-223-0757db6ac886374f.yaml
new file mode 100644 (file)
index 0000000..e7a5c55
--- /dev/null
@@ -0,0 +1,6 @@
+---
+fixes:
+  - |
+    It's now possible to assign patches to existing bundles from a user's TODO
+    page.
+    (`#213 <https://github.com/getpatchwork/patchwork/issues/213>`__)
diff --git a/releasenotes/notes/issue-78-accd1f9db45a2b71.yaml b/releasenotes/notes/issue-78-accd1f9db45a2b71.yaml
new file mode 100644 (file)
index 0000000..ba805a3
--- /dev/null
@@ -0,0 +1,6 @@
+---
+fixes:
+  - |
+    The delegate and submitter fields will remain populated when moving
+    between different pages or changing filters.
+    (`#78 <https://github.com/getpatchwork/patchwork/issues/78>`__)