make changelog linter happy

This commit is contained in:
A.Unger
2021-06-07 16:14:02 +02:00
parent a1a6dfab5a
commit afec556f8d

View File

@@ -1,4 +1,4 @@
Enhancement: Use system default location to store TLS artefacts.
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 https://golang.org/pkg/os/#UserConfigDir.