From cc81b916a688ff065d02248a355d1bf638af2acf Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 27 Nov 2017 21:40:13 +0100 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14aa4870e..083c05c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ This file describes changes relevant to all users that are made in each released version of restic from the perspective of the user. +Important Changes in 0.X.Y +========================== + + +Small changes +------------- + + * We've added code to detect old cache directories of repositories that + haven't been used in a long time, restic now prints a note when it detects + that such dirs exist. Also, the option `--cleanup-cache` was added to + automatically remove such directories. That's not a problem because the + cache will be rebuild once a repo is accessed again. + https://github.com/restic/restic/pull/1436 + Important Changes in 0.8.0 ==========================