summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-11-28 16:32:01 +0100
committerRémy Coutable <remy@rymai.me>2016-11-28 16:32:01 +0100
commitd5b662c2a7512f6c419cb22faab1e08009b7c050 (patch)
treeb037ca54463d384ed8abd74c23e88c1827f53b73
parent61abf53a622ad31f266f0eec1695fcb2e2bd27e1 (diff)
downloadgitlab-ce-d5b662c2a7512f6c419cb22faab1e08009b7c050.tar.gz
Update CHANGELOG.md for 8.13.7
[ci skip]
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18b3755d365..12a3e63ed2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -222,6 +222,15 @@ entry.
- Fix "Without projects" filter. !6611 (Ben Bodenmiller)
- Fix 404 when visit /projects page
+## 8.13.7 (2016-11-28)
+
+- fixes 500 error on project show when user is not logged in and project is still empty. !7376
+- Update grape entity to 0.6.0. !7491
+- Fix information disclosure in `Projects::BlobController#update`.
+- Fix missing access checks on issue lookup using IssuableFinder.
+- Replace issue access checks with use of IssuableFinder.
+- Non members cannot create labels through the API.
+
## 8.13.6 (2016-11-17)
- Omniauth auto link LDAP user falls back to find by DN when user cannot be found by UID. !7002