summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-17 14:29:44 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-17 14:29:44 +0200
commit6511b973e6a5d6cbdf8bab3b63be2692d95496de (patch)
tree0f73992bf108d916fcd5533dc7a34e214fa22a44
parenteaa91cbe12a6919c865615f64c6e61e779c5f1ad (diff)
downloadgitlab-ce-fix/error-when-job-variables-not-defined-but-specified.tar.gz
Add Changelog entry for CI job variables config fixfix/error-when-job-variables-not-defined-but-specified
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f3ac35be81f..a610b528446 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.9.0 (unreleased)
+ - Fix error when CI job variables key specified but not defined
- Fix pipeline status when there are no builds in pipeline
- Fix Error 500 when using closes_issues API with an external issue tracker
- Add more information into RSS feed for issues (Alexander Matyushentsev)