From 812ce4bfc44c0f8aa4c7503a215926fdd70ad647 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 29 Nov 2017 18:44:03 +0100 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fefd772..ba6e8ac15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ Small changes cache will be rebuild once a repo is accessed again. https://github.com/restic/restic/pull/1436 + * The cache directory on Windows and Darwin was not correct, instead the + directory `.cache` was used. + https://github.com/restic/restic/pull/1454 + * By default, the access time for files and dirs is not saved any more. It is not possible to reliably disable updating the access time during a backup, so for the next backup the access time is different again. This means a lot