diff --git a/CHANGELOG.md b/CHANGELOG.md index fd9008d04..6dc7c8108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes in ocis-accounts unreleased. ## Summary * Change - Align structure of this extension with other extensions: [#51](https://github.com/owncloud/ocis-accounts/pull/51) +* Change - Change api errors: [#11](https://github.com/owncloud/ocis-accounts/issues/11) * Change - Enable accounts on creation: [#43](https://github.com/owncloud/ocis-accounts/issues/43) * Change - Pass around the correct logger throughout the code: [#41](https://github.com/owncloud/ocis-accounts/issues/41) * Change - Remove timezone setting: [#33](https://github.com/owncloud/ocis-accounts/pull/33) @@ -23,6 +24,13 @@ The following sections list the changes in ocis-accounts unreleased. https://github.com/owncloud/ocis-accounts/pull/51 +* Change - Change api errors: [#11](https://github.com/owncloud/ocis-accounts/issues/11) + + Replaced the plain golang errors with the error model from the micro framework. + + https://github.com/owncloud/ocis-accounts/issues/11 + + * Change - Enable accounts on creation: [#43](https://github.com/owncloud/ocis-accounts/issues/43) Accounts have been created with the account_enabled flag set to false. Now when they are