From 77474bfdbfeb9de7c49ddf983f739c4fee4b3025 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Thu, 4 May 2023 12:00:47 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 088e890..c6b799b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +## master + + - Make sure all multiline entries in config files are processed as lists + - Add exclude-patterns to GUI (was present in CLI version already) + - Make sure we always quote exclusions patterns or files + - Updated internal restic binary to 0.15.2 compiled with go1.20.3 + - *SECURITY* Don't log password command, even in debug mode + ## 2.2.0 - rc12 - 03/05/2023 - Add grafana dashboard to examples directory - Implement password command functionality