Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rby committed Jul 8, 2020
1 parent 9d895f9 commit 56ed1cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 56ed1cc

Please sign in to comment.