Added changelog documentation

This commit is contained in:
darkspir 2024-12-05 14:02:29 +01:00 committed by Michael Eischer
parent 0e370a31d1
commit 0679d0a9c0

View file

@ -0,0 +1,6 @@
Enhancement: Hardened tls settings
rest-server now uses a secure tls cipher suit set and the minimal TLS version
can be set with the option `--tls-min-ver`
https://github.com/restic/rest-server/pull/315