add changelog

This commit is contained in:
A.Unger committed 2021-07-02 13:33:04 +02:00
1 parent cb2323e9d6
commit 25ca76ebd4
1 file changed
+5
@@ -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