Automated changelog update [skip ci]

This commit is contained in:
Benedikt Kulmann
2020-07-16 06:03:09 +00:00
parent 4fd5ba99bc
commit a0c9ff863d

View File

@@ -6,6 +6,7 @@ The following sections list the changes in ocis-accounts unreleased.
## Summary
* Bugfix - Fix the accountId and groupId mismatch in DeleteGroup Method: [#60](https://github.com/owncloud/ocis-accounts/pull/60)
* 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)
@@ -17,6 +18,16 @@ The following sections list the changes in ocis-accounts unreleased.
## Details
* Bugfix - Fix the accountId and groupId mismatch in DeleteGroup Method: [#60](https://github.com/owncloud/ocis-accounts/pull/60)
We've fixed a bug in deleting the groups.
The accountId and GroupId were swapped when removing the member from a group after deleting the
group.
https://github.com/owncloud/ocis-accounts/pull/60
* Change - Align structure of this extension with other extensions: [#51](https://github.com/owncloud/ocis-accounts/pull/51)
We aim to have a similar project structure for all our ocis extensions. This extension was