From 4974c7d701a48b965c8571cb797bda58c5f2a2e1 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Wed, 14 Jun 2023 06:31:25 +0200 Subject: [PATCH] Adapt changelog --- changelog/new.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog/new.txt b/changelog/new.txt index f16a2f6..0afc0b9 100644 --- a/changelog/new.txt +++ b/changelog/new.txt @@ -5,4 +5,5 @@ Breaking changes: Bugs fixed: New features: -- new global configuration paths are available, located at /etc/rustic/*.toml or %PROGRAMDATA%/rustic/config/*.toml, depending on your platform +- New global configuration paths are available, located at /etc/rustic/*.toml or %PROGRAMDATA%/rustic/config/*.toml, depending on your platform. +- REST backend: Now allows to use custom TLS root certificates.