From 216e2607ca6145a734f2e76861469900cf3b2a24 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 18 Jun 2017 21:18:11 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d000b8772..a6ef59b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,13 @@ Important Changes in 0.X.Y https://github.com/restic/restic/issues/965 https://github.com/restic/restic/pull/1004 + * The fuse mount now has two more directories: `tags` contains a subdir for + each tag, which in turn contains only the snapshots that have this tag. The + subdir `hosts` contains a subdir for each host that has a snapshot, and the + subdir contains the snapshots for that host. + https://github.com/restic/restic/issues/636 + https://github.com/restic/restic/pull/1050 + Small changes -------------