summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-04 02:42:27 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-11-04 02:51:22 +0800
commitce1dc4c25d3464b7a9a1b21d93157c9fed98f705 (patch)
tree49f23f479c0f13d9fb2d208e06d374c82edd48d0
parent6a00cf1b9da3bc8bb1a9a270defd154bf7c93580 (diff)
downloadgitlab-ce-ce1dc4c25d3464b7a9a1b21d93157c9fed98f705.tar.gz
Update for CHANGELOG
-rw-r--r--CHANGELOG.md1
-rw-r--r--changelogs/unreleased/show-status-from-branch.yml4
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index edcfedece5b..7efa9efa4f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,7 +38,6 @@ entry.
- Fix filtering of milestones with quotes in title (airatshigapov)
- Fix issue boards dragging bug in Safari
- Refactor less readable existance checking code from CoffeeScript !6289 (jlogandavison)
-- Fix showing pipeline status for a given commit from correct branch !7034
- Update mail_room and enable sentinel support to Reply By Email (!7101)
- Add task completion status in Issues and Merge Requests tabs: "X of Y tasks completed" (!6527, @gmesalazar)
- Simpler arguments passed to named_route on toggle_award_url helper method
diff --git a/changelogs/unreleased/show-status-from-branch.yml b/changelogs/unreleased/show-status-from-branch.yml
new file mode 100644
index 00000000000..6e51bf6932f
--- /dev/null
+++ b/changelogs/unreleased/show-status-from-branch.yml
@@ -0,0 +1,4 @@
+---
+title: Fix showing pipeline status for a given commit from correct branch
+merge_request: 7034
+author: Lin Jen-Shin