Add changelog items

This commit is contained in:
Benedikt Kulmann
2020-08-28 10:26:40 +02:00
parent b92bc53c0c
commit b28f86fb40
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Fix loading and saving system scoped values
We fixed loading and saving system scoped values. Those are now saved without an account uuid, so that the value
can be loaded by other accounts as well.
https://github.com/owncloud/ocis-settings/pull/66

View File

@@ -0,0 +1,6 @@
Bugfix: Complete input validation
There was one handler function without input validation. We implemented the input validation for `ValueService.ReadValueByUniqueIdentifiers`.
https://github.com/owncloud/ocis-settings/pull/66