Automated changelog update [skip ci]

This commit is contained in:
Dipak Acharya
2020-08-10 09:30:52 +00:00
parent eb87da2dfa
commit 0938dbcaf5

View File

@@ -7,6 +7,7 @@ The following sections list the changes in ocis-ocs unreleased.
## Summary ## Summary
* Bugfix - Fix file descriptor leak: [#79](https://github.com/owncloud/ocis-accounts/issues/79) * Bugfix - Fix file descriptor leak: [#79](https://github.com/owncloud/ocis-accounts/issues/79)
* Enhancement - Add option to create user with uidnumber and gidnumber: [#34](https://github.com/owncloud/ocis-ocs/pull/34)
* Enhancement - Add Group management for OCS Povisioning API: [#25](https://github.com/owncloud/ocis-ocs/pull/25) * Enhancement - Add Group management for OCS Povisioning API: [#25](https://github.com/owncloud/ocis-ocs/pull/25)
* Enhancement - Basic Support for the User Provisioning API: [#23](https://github.com/owncloud/ocis-ocs/pull/23) * Enhancement - Basic Support for the User Provisioning API: [#23](https://github.com/owncloud/ocis-ocs/pull/23)
@@ -21,6 +22,13 @@ The following sections list the changes in ocis-ocs unreleased.
https://github.com/owncloud/ocis-ocs/pull/29 https://github.com/owncloud/ocis-ocs/pull/29
* Enhancement - Add option to create user with uidnumber and gidnumber: [#34](https://github.com/owncloud/ocis-ocs/pull/34)
We have added an option to pass uidnumber and gidnumber to the ocis api while creating a new user
https://github.com/owncloud/ocis-ocs/pull/34
* Enhancement - Add Group management for OCS Povisioning API: [#25](https://github.com/owncloud/ocis-ocs/pull/25) * Enhancement - Add Group management for OCS Povisioning API: [#25](https://github.com/owncloud/ocis-ocs/pull/25)
We added support for the group management related set of API calls of the provisioning API. We added support for the group management related set of API calls of the provisioning API.