diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-05-25 16:05:57 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-05-25 16:05:57 -0400 |
commit | 19cb7241eac3830ff6feeab4de7b282ae13cac73 (patch) | |
tree | c4b2b5a943447e36afe2643be3ca2a2b467aa70a /CHANGELOG | |
parent | 42e55585bb9b45bd6e2bc5421db40416204dcf1e (diff) | |
download | gitlab-ce-19cb7241eac3830ff6feeab4de7b282ae13cac73.tar.gz |
Update CHANGELOG for 8.8.2
[ci skip]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG index 7aa12018bb3..b79e6bb3ec2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,14 +8,20 @@ v 8.9.0 (unreleased) - Fix issues filter when ordering by milestone - Todos will display target state if issuable target is 'Closed' or 'Merged' -v 8.8.2 (unreleased) - - Fix Error 500 when accessing application settings due to nil disabled OAuth sign-in sources - - Fix Error 500 in CI charts by gracefully handling commits with no durations - - Fix concurrent request when updating build log in browser +v 8.8.2 + - Added remove due date button. !4209 + - Fix Error 500 when accessing application settings due to nil disabled OAuth sign-in sources. !4242 + - Fix Error 500 in CI charts by gracefully handling commits with no durations. !4245 + - Fix table UI on CI builds page. !4249 + - Fix backups if registry is disabled. !4263 + - Fixed issue with merge button color. !4211 + - Fixed issue with enter key selecting wrong option in dropdown. !4210 + - When creating a .gitignore file a dropdown with templates will be provided. !4075 + - Fix concurrent request when updating build log in browser. !4183 v 8.8.1 - Add documentation for the "Health Check" feature - - Allow anonymous users to access a public project's pipelines + - Allow anonymous users to access a public project's pipelines !4233 - Fix MySQL compatibility in zero downtime migrations helpers - Fix the CI login to Container Registry (the gitlab-ci-token user) |