Commit e5938ae4 authored by Alejandro Rodríguez's avatar Alejandro Rodríguez

Update CHANGELOG.md for 8.13.10

[ci skip]
parent f0416c17
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
## 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) ## 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 - Reenables /user API request to return private-token if user is admin and request is made with sudo. !7615
......
---
title: 'API: Memoize the current_user so that sudo can work properly'
merge_request: 8017
author:
---
title: 'Filter `authentication_token`, `incoming_email_token` and `runners_token` parameters'
merge_request:
author:
---
title: Issue#visible_to_user moved to IssuesFinder to prevent accidental use
merge_request:
author:
---
title: Fix missing Note access checks by moving Note#search to updated NoteFinder
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment