summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-25 11:58:20 +0200
committerRémy Coutable <remy@rymai.me>2016-04-25 11:58:20 +0200
commit793a7664633385d3e610f6e3ec909067db60f882 (patch)
tree98a894eff9206a7a8cc98db6e379696e2d2994f3
parentabf15a9646db3f01da2566b101753ed9e28d9ebd (diff)
downloadgitlab-ce-793a7664633385d3e610f6e3ec909067db60f882.tar.gz
Fix 8.7.1 CHANGELOG
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7f5432326aa..2d1c561fb82 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,8 +8,6 @@ v 8.7.1 (unreleased)
- 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