Move changelog files for the 0.9.0 release

This commit is contained in:
Alexander Neumann
2018-05-21 15:57:02 +02:00
parent d2431b667f
commit e2b7dc6528
20 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Add `cache` command to list cache dirs
The command `cache` was added, it allows listing restic's cache directoriers
together with the last usage. It also allows removing old cache dirs without
having to access a repo, via `restic cache --cleanup`
https://github.com/restic/restic/issues/1721
https://github.com/restic/restic/pull/1749