Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2016-11-01 19:52:25 +0300
committerSean McGivern <sean@mcgivern.me.uk>2016-11-01 19:52:25 +0300
commit46c6231baa96517830de9428f9d9954c2a30a18b (patch)
treedf9ac8aa28ea3841b2ad4c42886f4c941ed88f7f /CHANGELOG.md
parent16d98f425ced770dea7701f883f64e263d962a01 (diff)
parent3c2f40cd39cab63d6bf33e156123cc74aeb0b4a9 (diff)
Merge branch '22448-fix-500-nonexisting-branch' into 'master'
Add validation errors to Merge Request form Closes #22448 See merge request !7163
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cef3997c7d4..de81c9f5c23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Adds an optional path parameter to the Commits API to filter commits by path (Luis HGO)
- Fix Markdown styling inside reference links (Jan Zdráhal)
- Fix extra space on Build sidebar on Firefox !7060
+- Fail gracefully when creating merge request with non-existing branch (alexsanford)
- Fix mobile layout issues in admin user overview page !7087
- Fix HipChat notifications rendering (airatshigapov, eisnerd)
- Refactor Jira service to use jira-ruby gem