diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-17 13:59:29 -0500 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-23 20:57:03 -0500 |
commit | 46de0366b1cc50e67747a457810a54e679bec151 (patch) | |
tree | 35977f948e28c63941975c82fffaae57c34b94d5 /CHANGELOG | |
parent | 16ca3ee636a50c81674309bb95e067d3faf56bb6 (diff) | |
download | gitlab-ce-46de0366b1cc50e67747a457810a54e679bec151.tar.gz |
Fix concurrent request when updating build log in browser
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index d26a0bff2e6..80b9833edd5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -38,6 +38,7 @@ 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. |