Update CHANGELOG.md for 8.13.9

[ci skip]
This commit is contained in:
Alejandro Rodríguez 2016-12-08 13:28:50 -03:00
parent e374ab7b42
commit 55da922b86

View file

@ -264,6 +264,11 @@ entry.
- Fix "Without projects" filter. !6611 (Ben Bodenmiller)
- Fix 404 when visit /projects page
## 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
- Replace MR access checks with use of MergeRequestsFinder.
## 8.13.8 (2016-12-02)
- Pass tag SHA to post-receive hook when tag is created via UI. !7700