summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-23 13:26:24 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-23 14:50:07 +0300
commitf6286eb478d7d5c42a16c04a9d8c4931581aca75 (patch)
treebcc692a9d0ead20f64b2fb894f89917c95114f71
parentaf93d447b691fd61eff59d6cf0fb8c6061f841a3 (diff)
downloadgitlab-ce-explicit_error_ci.tar.gz
update changelogexplicit_error_ci
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a8aaec1e566..c94667823ee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,7 @@ v 7.13.0 (unreleased)
- API request /projects/:project_id/merge_requests?state=closed will return only closed merge requests without merged one. If you need ones that were merged - use state=merged.
- Allow Administrators to filter the user list by those with or without Two-factor Authentication enabled.
- Show a user's Two-factor Authentication status in the administration area.
+ - Explicit error when commit not found in the CI
v 7.12.0 (unreleased)
- Fix Error 500 when one user attempts to access a personal, internal snippet (Stan Hu)