diff options
author | Rémy Coutable <remy@rymai.me> | 2016-04-22 15:44:48 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-04-22 15:48:58 +0200 |
commit | 951e3459e1d7c0f0caa5371d9c5edf7d0168168f (patch) | |
tree | f5bc7ba572c132435711b326207afe312a4ede5c /CHANGELOG | |
parent | d5398e9656c1174d4d5be5a8cdad2a26d7587a27 (diff) | |
download | gitlab-ce-951e3459e1d7c0f0caa5371d9c5edf7d0168168f.tar.gz |
Use the `can?` helper instead of `current_user.can?`15513-fix-undefined-can-method
Fixes #15513.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 361e33eb6b3..da83eab2de6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,10 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.8.0 (unreleased) -v 8.7.0 (unreleased) +v 8.7.1 (unreleased) + - Use the `can?` helper instead of `current_user.can?` + +v 8.7.0 - Gitlab::GitAccess and Gitlab::GitAccessWiki are now instrumented - Fix vulnerability that made it possible to gain access to private labels and milestones - The number of InfluxDB points stored per UDP packet can now be configured |