Automated changelog update [skip ci]

This commit is contained in:
Willy Kloucek
2022-03-29 11:52:32 +00:00
parent 00cb1155d6
commit 58b3bdf570
+8
View File
@@ -7,6 +7,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Network configuration in individiual_services example: [#3238](https://github.com/owncloud/ocis/pull/3238)
* Bugfix - Ensure the same data on /ocs/v?.php/config like oC10: [#3113](https://github.com/owncloud/ocis/pull/3113)
* Bugfix - Improve gif thumbnails: [#3305](https://github.com/owncloud/ocis/pull/3305)
* Bugfix - Fix error handling in GraphAPI GetUsers call: [#3357](https://github.com/owncloud/ocis/pull/3357)
* Bugfix - Fix request validation on GraphAPI User updates: [#3167](https://github.com/owncloud/ocis/issues/3167)
@@ -34,6 +35,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/3238
* Bugfix - Ensure the same data on /ocs/v?.php/config like oC10: [#3113](https://github.com/owncloud/ocis/pull/3113)
We've fixed the returned values on the /ocs/v?.php/config endpoints, so that they now return
the same values as an oC10 would do.
https://github.com/owncloud/ocis/pull/3113
* Bugfix - Improve gif thumbnails: [#3305](https://github.com/owncloud/ocis/pull/3305)
Improved the gif thumbnail generation for gifs with different disposal strategies.