diff --git a/CHANGELOG.md b/CHANGELOG.md index 4af44af03..3fa49c420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,20 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Allow empty environment variables: [#3892](https://github.com/owncloud/ocis/pull/3892) * Bugfix - Fix user autoprovisioning: [#3893](https://github.com/owncloud/ocis/issues/3893) ## Details +* Bugfix - Allow empty environment variables: [#3892](https://github.com/owncloud/ocis/pull/3892) + + We've fixed the behavior for empty environment variables, that previously would not have + overwritten default values. Therefore it had the same effect like not setting the environment + variable. We now check if the environment variable is set at all and if so, we also allow to + override a default value with an empty value. + + https://github.com/owncloud/ocis/pull/3892 + * Bugfix - Fix user autoprovisioning: [#3893](https://github.com/owncloud/ocis/issues/3893) We've fixed the autoprovsioning feature that was introduced in beta2. Due to a bug the role