From 8ceb22fe8af14e69ff8b911148621515bfa9dd81 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 8 Oct 2017 09:48:22 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fdb37599..6ff7936c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,12 @@ Small changes https://github.com/restic/restic/issues/1271 https://github.com/restic/restic/pull/1326 + * We've added the `--cacert` option which can be used to pass one (or more) CA + certificates to restic. These are used in addition to the system CA + certificates to verify HTTPS certificates (e.g. for the REST backend). + https://github.com/restic/restic/issues/1114 + https://github.com/restic/restic/pull/1276 + Important Changes in 0.7.3 ==========================