diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2016-12-14 17:04:12 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-12-19 18:49:09 -0200 |
commit | 5f1739638882dd630cd814c4501c4147737f4663 (patch) | |
tree | fc59ce96dcb25d5123268cccefd8df92d8eb5f7b /CHANGELOG.md | |
parent | 62aa468d1967e83febd840b4a95f066084aee197 (diff) | |
download | gitlab-ce-5f1739638882dd630cd814c4501c4147737f4663.tar.gz |
Update CHANGELOG.md for 8.13.10
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d2f09e34f..786b0128aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -279,6 +279,13 @@ entry. - Fix "Without projects" filter. !6611 (Ben Bodenmiller) - Fix 404 when visit /projects page +## 8.13.10 (2016-12-14) + +- API: Memoize the current_user so that sudo can work properly. !8017 +- Filter `authentication_token`, `incoming_email_token` and `runners_token` parameters. +- Issue#visible_to_user moved to IssuesFinder to prevent accidental use. +- Fix missing Note access checks by moving Note#search to updated NoteFinder. + ## 8.13.9 (2016-12-08) - Reenables /user API request to return private-token if user is admin and request is made with sudo. !7615 |