summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-25 11:57:38 +0200
committerRémy Coutable <remy@rymai.me>2016-04-25 11:57:38 +0200
commitabf15a9646db3f01da2566b101753ed9e28d9ebd (patch)
tree2e74d22be613af6679380f2ada317c1dafd9dd7e /CHANGELOG
parentfffc8a869128c5830d078e1f9286e7d2d6da420c (diff)
parent41aa7a89fbe2f35d4a3b66bb55a98f224adc837c (diff)
downloadgitlab-ce-abf15a9646db3f01da2566b101753ed9e28d9ebd.tar.gz
Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhq
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
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