summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlex Sanford <alex.sanford1@gmail.com>2016-10-06 22:09:15 -0300
committerAlex Sanford <alex.sanford1@gmail.com>2016-11-01 07:28:22 -0300
commit3c2f40cd39cab63d6bf33e156123cc74aeb0b4a9 (patch)
tree5fc65223a251cab6fdd85789d86f88f9ea881c16 /CHANGELOG.md
parent458fa667f5273c3a91906c20cb9e580fb6cfaff4 (diff)
downloadgitlab-ce-3c2f40cd39cab63d6bf33e156123cc74aeb0b4a9.tar.gz
Add validation errors to Merge Request form
If source branch or target branch doesn't exist in the project, display form validation errors. Previously, this caused a 500 error code.
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 acf97249265..f98f0efa952 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