diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-01-14 12:05:53 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-01-14 12:05:53 +0000 |
commit | f981da44ab88012db984e1457170067b345660c1 (patch) | |
tree | 8b1663915dee7a4e7ac12ae571ed220d92984816 /CHANGELOG | |
parent | 642699b059f51d604f18ee57f01d8b24eb05bfa8 (diff) | |
parent | 4435a3a8c380002356bfb3d76acd8609e4c3fb25 (diff) | |
download | gitlab-ce-f981da44ab88012db984e1457170067b345660c1.tar.gz |
Merge branch 'ci/api-variables' into 'master'
Add variables API
References #4264
See merge request !2264
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index c2e10f62d9b..a0c56837f89 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -45,6 +45,7 @@ v 8.4.0 (unreleased) - Allow subsequent validations in CI Linter - Show referenced MRs & Issues only when the current viewer can access them - Fix Encoding::CompatibilityError bug when markdown content has some complex URL (Jason Lee) + - Add API support for managing build variables of project - Allow broadcast messages to be edited v 8.3.4 |