Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-14 20:14:50 +0300
committerGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-14 20:15:11 +0300
commit0a81a681585bf699a7a41a449a2c0c21e2e335c6 (patch)
tree124b234c7b3c2246a812d21dd75ee99b071a3f11 /CHANGELOG
parent9d2b8326b2c106389024a2c3e921fbb6283db748 (diff)
Update CHANGELOG
[ci skip]
Diffstat (limited to 'CHANGELOG')
-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)