diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-23 21:58:16 -0500 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-23 21:59:08 -0500 |
commit | 24ef7063bee25c76ecfc8c14c494161208b01352 (patch) | |
tree | 1a87844f04cd63459c06e0831cc60efd4ddfcaac | |
parent | cdec9e472db581acbee72cdcaa703e4155cb4cfb (diff) | |
download | gitlab-ce-24ef7063bee25c76ecfc8c14c494161208b01352.tar.gz |
Update CHANGELOGincremental-fixes
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 80b9833edd5..d07c95600b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ v 8.9.0 (unreleased) 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.1 - Add documentation for the "Health Check" feature @@ -38,7 +39,6 @@ v 8.8.0 - Upgrade Sidekiq to 4.1.2 - Added /health_check endpoint for checking service status - Make 'upcoming' filter for milestones work better across projects - - Fix concurrent request when updating build log in browser - Sanitize repo paths in new project error message - Bump mail_room to 0.7.0 to fix stuck IDLE connections - Remove future dates from contribution calendar graph. |