Add changelog

This commit is contained in:
Benedikt Kulmann
2020-08-27 20:32:05 +02:00
parent 65bf34b12c
commit 7f3088ef60

View File

@@ -0,0 +1,5 @@
Change: We make use of the roles cache to enforce permission checks
The roles cache and its cache update middleware are used to make permission checks possible. The permission checks take place in the accounts handler.
https://github.com/owncloud/ocis-accounts/pull/100