add changelog

This commit is contained in:
A.Unger
2021-06-07 15:04:03 +02:00
parent 2508ce0ef7
commit 2498a50199

View File

@@ -0,0 +1,5 @@
Enhancement: Use system default location to store TLS artefacts.
This used to default to the current location of the binary, which is not ideal after a first run as it leaves traces behind. It now uses the system's location for artefacts with the help of github.com/ProtonMail/go-appdir.
https://github.com/owncloud/ocis/pull/2129