diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2015-03-03 14:29:53 +0200 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2015-03-03 14:29:53 +0200 |
commit | dc5e41736d3d6310967868ef3595e05089edb2fc (patch) | |
tree | 9924eec44a8883685ea3962008907af3b4edb33c | |
parent | 3f04479f99155765ce322679fb7b72013ec3de28 (diff) | |
download | gitlab-ci-dc5e41736d3d6310967868ef3595e05089edb2fc.tar.gz |
Fix changelog
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,6 +2,8 @@ v7.9.0 - Reset user session if token is invalid - Runner delete api endpoint - Fix bug about showing edit button on commit page if user does not have permissions + - Allow to pass description and tag list during Runner's registration + - Added api for project jobs v7.8.0 - Fix OAuth login with GitLab installed in relative URL @@ -14,8 +16,6 @@ v7.8.0 - Disable turbolink on links pointing out to GitLab server - Add test coverage parsing example for pytest-cov - Upgrade raindrops gem - - Allow to pass description and tag list during Runner's registration - - Added api for project jobs v5.4.2 - Fix exposure of project token via build data @@ -156,4 +156,4 @@ v1.2.0 v1.1.0 - Added JSON response for builds status - - Compatible with GitLab v4.0.0
\ No newline at end of file + - Compatible with GitLab v4.0.0 |