diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-01 16:52:25 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-01 16:52:25 +0000 |
commit | 46c6231baa96517830de9428f9d9954c2a30a18b (patch) | |
tree | df9ac8aa28ea3841b2ad4c42886f4c941ed88f7f /CHANGELOG.md | |
parent | 16d98f425ced770dea7701f883f64e263d962a01 (diff) | |
parent | 3c2f40cd39cab63d6bf33e156123cc74aeb0b4a9 (diff) | |
download | gitlab-ce-46c6231baa96517830de9428f9d9954c2a30a18b.tar.gz |
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.md | 1 |
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 |