Add entry to CHANGELOG

This commit is contained in:
Alexander Neumann 2017-11-27 21:40:13 +01:00
parent dc38265b54
commit cc81b916a6
1 changed files with 14 additions and 0 deletions

View File

@ -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
==========================