summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-14 14:32:25 +0100
committerStephen Finucane <stephen@that.guru>2018-10-14 14:37:09 +0100
commit67565bf528d6347edd6561677f61639adb35ba55 (patch)
treeaeb04ab822db240469d4097d8ef4e129072bc553 /releasenotes/notes
parent3ac5ed607bffdafc57f07dc171ab5f913009b21c (diff)
downloadpatchwork-67565bf528d6347edd6561677f61639adb35ba55.tar
patchwork-67565bf528d6347edd6561677f61639adb35ba55.tar.gz
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 <stephen@that.guru>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/issue-203-ece01ae49ceac712.yaml6
-rw-r--r--releasenotes/notes/issue-223-0757db6ac886374f.yaml6
-rw-r--r--releasenotes/notes/issue-78-accd1f9db45a2b71.yaml6
3 files changed, 18 insertions, 0 deletions
diff --git a/releasenotes/notes/issue-203-ece01ae49ceac712.yaml b/releasenotes/notes/issue-203-ece01ae49ceac712.yaml
new file mode 100644
index 0000000..d8609cc
--- /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 <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
index 0000000..e7a5c55
--- /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 <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
index 0000000..ba805a3
--- /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 <https://github.com/getpatchwork/patchwork/issues/78>`__)