summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-04-22 22:06:59 +0200
committerTomasz Maczukin <tomasz@maczukin.pl>2016-04-22 22:09:50 +0200
commit4b23b5cdf44068f36364d6a6d61ea21e14d5df77 (patch)
tree9a3d2e46e16f77d7bbe0a2d401d3d17431d5381d
parent9a1b174d5c126eeaa98da52a0622e0ed942eb3f5 (diff)
downloadgitlab-ce-fix/hidden-build-validation-in-ci-yaml.tar.gz
Move CHANGELOG entry to 8.7.1fix/hidden-build-validation-in-ci-yaml
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index afb29cf57e3..a36ecaf9c16 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ v 8.8.0 (unreleased)
v 8.7.1 (unreleased)
- Use the `can?` helper instead of `current_user.can?`
+ - Fix .gitlab-ci.yml parsing issue when hidde job is a template without script definition
v 8.7.0
- Gitlab::GitAccess and Gitlab::GitAccessWiki are now instrumented
@@ -121,7 +122,6 @@ v 8.7.0
- Fix GitHub project's link in the import page when provider has a custom URL
- Add RAW build trace output and button on build page
- Add incremental build trace update into CI API
- - Fix .gitlab-ci.yml parsing issue when hidden jobs are templates without script definition
v 8.6.7
- Fix persistent XSS vulnerability in `commit_person_link` helper