summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-14 18:14:50 +0100
committerGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-14 18:15:11 +0100
commit0a81a681585bf699a7a41a449a2c0c21e2e335c6 (patch)
tree124b234c7b3c2246a812d21dd75ee99b071a3f11
parent9d2b8326b2c106389024a2c3e921fbb6283db748 (diff)
downloadgitlab-ce-ux/suppress-ci-yml-warning.tar.gz
[ci skip]
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 365b9e973fc..6ff06091f61 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -51,6 +51,9 @@ v 8.3.0 (unreleased)
- Display referenced merge request statuses in the issue description (Greg Smethells)
- Implement new sidebar for issue and merge request pages
- Emoji picker improvements
+ - Suppress warning about missing `.gitlab-ci.yml` if builds are disabled
+ - Do not show build status unless builds are enabled and `.gitlab-ci.yml` is present
+ - Persist runners registration token in database
v 8.2.3
- Fix application settings cache not expiring after changes (Stan Hu)