diff options
author | Rémy Coutable <remy@rymai.me> | 2016-04-25 11:57:38 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-04-25 11:57:38 +0200 |
commit | abf15a9646db3f01da2566b101753ed9e28d9ebd (patch) | |
tree | 2e74d22be613af6679380f2ada317c1dafd9dd7e /CHANGELOG | |
parent | fffc8a869128c5830d078e1f9286e7d2d6da420c (diff) | |
parent | 41aa7a89fbe2f35d4a3b66bb55a98f224adc837c (diff) | |
download | gitlab-ce-abf15a9646db3f01da2566b101753ed9e28d9ebd.tar.gz |
Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhq
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 253ea4dc96a..7f5432326aa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,9 @@ v 8.7.1 (unreleased) - 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 + - Prevent users from deleting Webhooks via API they do not own + - Use the `can?` helper instead of `current_user.can?` + - Fix .gitlab-ci.yml parsing issue when hidde job is a template without script definition v 8.7.0 - Gitlab::GitAccess and Gitlab::GitAccessWiki are now instrumented |