add changelog

This commit is contained in:
A.Unger
2021-10-05 11:27:34 +02:00
parent 4f4db6203f
commit 9413a9dc92
@@ -0,0 +1,5 @@
Bugfix: Race condition in config parsing
There was a race condition in the config parsing when configuring the storage services caused by services overwriting a pointer to a config value. We fixed it by setting sane defaults.
https://github.com/owncloud/ocis/pull/2574