From 57be9d54fe650e50217cea883c735c61f904fdeb Mon Sep 17 00:00:00 2001 From: Neil MacDougall Date: Wed, 13 May 2020 13:39:25 +0100 Subject: [PATCH] Update changelog for 3.2.0 (#4291) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c59c3a084c..4922e56735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ This release contains a number of fixes and improvements: **Fixes:** +- User profile is fetched on most page changes [\#4284](https://github.com/cloudfoundry/stratos/issues/4284) +- Servicves Marketplace: Create service icon is incorrectly aligned [\#4280](https://github.com/cloudfoundry/stratos/issues/4280) - Deployment time does not show correctly in diagnostics when deployed with Helm 3 [\#4261](https://github.com/cloudfoundry/stratos/issues/4261) - Pushing app from Stratos can sometimes fail due to expired token [\#4253](https://github.com/cloudfoundry/stratos/issues/4253) - Helm: Chart fails to render if `uaa` section is missing, docs misleading [\#4248](https://github.com/cloudfoundry/stratos/issues/4248)