Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2023-12-14 14:25:18 +00:00
parent 7327b9c35c
commit fc7b9507af

View File

@@ -43,6 +43,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Fix natsjs cache: [#7790](https://github.com/owncloud/ocis/pull/7790)
* Bugfix - Do not purge expired upload sessions that are still postprocessing: [#7859](https://github.com/owncloud/ocis/pull/7859)
* Bugfix - Password policy return code was wrong: [#7952](https://github.com/owncloud/ocis/pull/7952)
* Bugfix - Renaming a user to a string with capital letters: [#7964](https://github.com/owncloud/ocis/pull/7964)
* Bugfix - Improve OCM support: [#7973](https://github.com/owncloud/ocis/pull/7973)
@@ -60,6 +61,11 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/7790
* Bugfix - Do not purge expired upload sessions that are still postprocessing: [#7859](https://github.com/owncloud/ocis/pull/7859)
https://github.com/owncloud/ocis/pull/7859
https://github.com/owncloud/ocis/pull/7958
* Bugfix - Password policy return code was wrong: [#7952](https://github.com/owncloud/ocis/pull/7952)
We fixed the status code on SharingNG update permissions for public shares.