summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-21 16:50:26 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-21 16:50:26 +0200
commitb80bf57d378aec82cc933df233a30e0390564419 (patch)
treeb50b4514124e3e15b70019de832b63ce20afdd3b /CHANGELOG
parent53534682a30f7eff0f52f5e8f6bbef95e321ec07 (diff)
downloadgitlab-ce-b80bf57d378aec82cc933df233a30e0390564419.tar.gz
Disable 'repository check' feature in 8.7.0
It still causes too many false alarms.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 89572b9e156..c9f78599322 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -53,7 +53,7 @@ v 8.7.0 (unreleased)
- Add links to CI setup documentation from project settings and builds pages
- Display project members page to all members
- Handle nil descriptions in Slack issue messages (Stan Hu)
- - Add automated repository integrity checks
+ - Add automated repository integrity checks (OFF by default)
- API: Expose open_issues_count, closed_issues_count, open_merge_requests_count for labels (Robert Schilling)
- API: Ability to star and unstar a project (Robert Schilling)
- Add default scope to projects to exclude projects pending deletion