From 0230fa188f79a5e617519098cff1bcb429ada3fa Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 28 Aug 2017 21:13:14 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a143256b8..1057b3893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,12 @@ Small changes * The `key remove` command was corrected and now works as documented. https://github.com/restic/restic/pull/1164 + * When a restic command other than `init` is used with a local repository and + the repository directory does not exist, restic creates the directory + structure. That's an error, only the `init` command should create the dir. + https://github.com/restic/restic/issues/1167 + https://github.com/restic/restic/pull/1182 + Important Changes in 0.7.1 ==========================