diff options
author | Rémy Coutable <remy@rymai.me> | 2016-04-22 15:03:54 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-04-25 10:31:28 +0200 |
commit | b8c4a65da7d6551f7c916426ec911fe7199b04cc (patch) | |
tree | fc38ebb757b742d33039f4ea3ef14a1e254812d9 /CHANGELOG | |
parent | 2eee6a0cbc02c80eb0750a7ca77ee31c4cf0884f (diff) | |
download | gitlab-ce-b8c4a65da7d6551f7c916426ec911fe7199b04cc.tar.gz |
Fix license detection to detect all license files, not only known licenses
Fixes #15470.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG index 61254fd9b26..253ea4dc96a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,8 +4,9 @@ v 8.8.0 (unreleased) - Remove future dates from contribution calendar graph. v 8.7.1 (unreleased) - - Use the `can?` helper instead of `current_user.can?` - - Fix .gitlab-ci.yml parsing issue when hidde job is a template without script definition + - Fix .gitlab-ci.yml parsing issue when hidde job is a template without script definition. !3849 + - Fix license detection to detect all license files, not only known licenses. !3878 + - Use the `can?` helper instead of `current_user.can?`. !3882 v 8.7.0 - Gitlab::GitAccess and Gitlab::GitAccessWiki are now instrumented |