Update CHANGELOG.md for 9.3.7

[ci skip]
This commit is contained in:
Clement Ho 2017-07-18 17:20:10 -05:00
parent 3786c4d3bd
commit 2abb40f12a
3 changed files with 5 additions and 8 deletions

View File

@ -2,6 +2,11 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 9.3.7 (2017-07-18)
- Prevent bad data being added to application settings when Redis is unavailable. !12750
- Return `is_admin` attribute in the GET /user endpoint for admins. !12811
## 9.3.6 (2017-07-12)
- Fix API Scoping. !12300

View File

@ -1,4 +0,0 @@
---
title: Return `is_admin` attribute in the GET /user endpoint for admins
merge_request: 12811
author:

View File

@ -1,4 +0,0 @@
---
title: Prevent bad data being added to application settings when Redis is unavailable
merge_request: 12750
author: