add changelog

This commit is contained in:
A.Unger
2021-07-02 13:33:04 +02:00
parent cb2323e9d6
commit 25ca76ebd4

View File

@@ -0,0 +1,5 @@
Enhancement: Remove unnecessary Service.Init()
As it turns out oCIS already calls this method. Invoking it twice would end in accidentally resetting values.
https://github.com/owncloud/ocis/pull/1705