summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-08-26 09:43:53 +0530
committerTimothy Andrew <mail@timothyandrew.net>2016-08-31 12:33:24 +0530
commitbcdd3d8ecef407f25a34ae0b7da421f1ace8ad37 (patch)
treee9b88d9bb8b6bf26cb9e00295059813e6acadbaf
parent727dff3f158b9ef852b2b014d4efe0abd69a23d0 (diff)
downloadgitlab-ce-20911-remove-private-token-from-users-api.tar.gz
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4e963702b8e..48c9d7bd862 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -27,6 +27,7 @@ v 8.12.0 (unreleased)
- Fix markdown help references (ClemMakesApps)
- Add last commit time to repo view (ClemMakesApps)
- Added project specific enable/disable setting for LFS !5997
+ - Don't expose a user's token in the `/api/v3/user` API (!6047)
- Added tests for diff notes
- Add a button to download latest successful artifacts for branches and tags !5142
- Add delimiter to project stars and forks count (ClemMakesApps)