Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-12-14 23:04:12 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-19 23:49:09 +0300
commit5f1739638882dd630cd814c4501c4147737f4663 (patch)
treefc59ce96dcb25d5123268cccefd8df92d8eb5f7b /CHANGELOG.md
parent62aa468d1967e83febd840b4a95f066084aee197 (diff)
Update CHANGELOG.md for 8.13.10
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-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