diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-23 00:14:23 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-05-23 01:31:51 +0200 |
commit | 11fa89dfa548832cda0f3dafbc902c9193ed3177 (patch) | |
tree | 01f04c05c238f3ba8e2206e83a04cf11a4d9d760 /CHANGELOG | |
parent | cd26cfbc27218b734a1a78836084f2205a18c580 (diff) | |
download | gitlab-ce-11fa89dfa548832cda0f3dafbc902c9193ed3177.tar.gz |
Move Changelog for pipeline fix to valid versionfix-access-to-pipelines-for-anonymous
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 950002df8f2..88e7cfaf967 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.8.1 (unreleased) - Fix MySQL compatibility in zero downtime migrations helpers - Fix the CI login to Container Registry (the gitlab-ci-token user) + - Fix access to Pipelines by Anonymous user v 8.8.0 (unreleased) - Implement GFM references for milestones (Alejandro RodrÃguez) @@ -25,7 +26,6 @@ v 8.8.0 (unreleased) - Updated gitlab_git to 10.1.0 - GitAccess#protected_tag? no longer loads all tags just to check if a single one exists - Reduce delay in destroying a project from 1-minute to immediately - - Fix access to Pipelines by Anonymous user - Make build status canceled if any of the jobs was canceled and none failed - Upgrade Sidekiq to 4.1.2 - Added /health_check endpoint for checking service status |