diff options
author | Stan Hu <stanhu@gmail.com> | 2016-06-15 11:50:17 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-06-15 11:51:03 -0700 |
commit | c69715bafa28964a71f65dfeba892b85c8cf73c9 (patch) | |
tree | 78c4950b047526853217b45614a9c8d34bf07949 /CHANGELOG | |
parent | 2cfbf3e89cfab664cf75fe8c7a7676e0245f85de (diff) | |
download | gitlab-ce-c69715bafa28964a71f65dfeba892b85c8cf73c9.tar.gz |
Update CHANGELOG for 8.8.5 release
[ci skip]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/CHANGELOG b/CHANGELOG index b916f880eeb..fa9cba510a7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -102,14 +102,16 @@ v 8.9.0 (unreleased) - Various associations are now eager loaded when parsing issue references to reduce the number of queries executed - Set inverse_of for Project/Service association to reduce the number of queries -v 8.8.5 (unreleased) - - Ensure branch cleanup regardless of whether the GitHub import process succeeds - - Fix todos page throwing errors when you have a project pending deletion - - Reduce number of SQL queries when rendering user references - - Import GitHub repositories respecting the API rate limit - - Fix importer for GitHub comments on diff - - Disable Webhooks before proceeding with the GitHub import - - Fix incremental trace upload API when using multi-byte UTF-8 chars in trace +v 8.8.5 + - Import GitHub repositories respecting the API rate limit !4166 + - Fix todos page throwing errors when you have a project pending deletion !4300 + - Disable Webhooks before proceeding with the GitHub import !4470 + - Fix importer for GitHub comments on diff !4488 + - Adjust the SAML control flow to allow LDAP identities to be added to an existing SAML user !4498 + - Fix incremental trace upload API when using multi-byte UTF-8 chars in trace !4541 + - Prevent unauthorized access for projects build traces + - Forbid scripting for wiki files + - Only show notes through JSON on confidential issues that the user has access to v 8.8.4 - Fix LDAP-based login for users with 2FA enabled. !4493 |