diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-03-11 13:39:11 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-03-11 13:41:05 +0100 |
commit | ad4d3a075fc338280baaf6240861c9de7aa312ad (patch) | |
tree | 14c99f23fa5a85686f3b5be1b5160a5ff45ce657 /CHANGELOG | |
parent | 0c5b92cbd7afe7483470c7d33a0b8475ba91d390 (diff) | |
download | gitlab-ce-ad4d3a075fc338280baaf6240861c9de7aa312ad.tar.gz |
Describe special YAML features: the use of anchors and hidden jobs
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 1847c5193ab..66675e39427 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,8 @@ v 8.6.0 (unreleased) - Return empty array instead of 404 when commit has no statuses in commit status API - Decrease the font size and the padding of the `.anchor` icons used in the README (Roberto Dip) - Rewrite logo to simplify SVG code (Sean Lang) + - Allow to use YAML anchors when parsing the `.gitlab-ci.yml` (Pascal Bach) + - Ignore jobs that start with `.` (hidden jobs) - Add support for cross-project label references - Update documentation to reflect Guest role not being enforced on internal projects - Allow search for logged out users |