summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-12-14 17:04:12 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2016-12-14 17:04:12 -0300
commit1df85aed4baf85531d6a1e47a518ef3f04c14908 (patch)
tree7d0b1dd68533641cd4ca6eb996af25671b0815e3
parent2044f43dc2564f99178b674ede31159a94b35805 (diff)
downloadgitlab-ce-1df85aed4baf85531d6a1e47a518ef3f04c14908.tar.gz
Update CHANGELOG.md for 8.13.10
[ci skip]
-rw-r--r--CHANGELOG.md7
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