diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2017-07-18 17:20:09 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-07-18 17:20:09 -0500 |
commit | 1f96c031caf3977b83d8b58ad288537c1398dfa7 (patch) | |
tree | 96f70a26dcf7a1e1c9ffe04935d814f454fcde16 | |
parent | c186de4bbfb4a639335c0a9218724fc3bc358e3f (diff) | |
download | gitlab-ce-1f96c031caf3977b83d8b58ad288537c1398dfa7.tar.gz |
Update CHANGELOG.md for 9.3.7
[ci skip]
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | changelogs/unreleased/34325-reinstate-is_admin-for-user-api.yml | 4 | ||||
-rw-r--r-- | changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml | 4 |
3 files changed, 5 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e09eb2e6d..e01045f3193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/changelogs/unreleased/34325-reinstate-is_admin-for-user-api.yml b/changelogs/unreleased/34325-reinstate-is_admin-for-user-api.yml deleted file mode 100644 index 3bed1fbe16e..00000000000 --- a/changelogs/unreleased/34325-reinstate-is_admin-for-user-api.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Return `is_admin` attribute in the GET /user endpoint for admins -merge_request: 12811 -author: diff --git a/changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml b/changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml deleted file mode 100644 index 4fddabebf36..00000000000 --- a/changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Prevent bad data being added to application settings when Redis is unavailable -merge_request: 12750 -author: |