From 8c30ae7c656602cea91c851b2ad85afab34cfc0d Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 2 Jul 2017 11:17:07 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 807613034..cff38c8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ released version of restic from the perspective of the user. Important Changes in 0.X.Y ========================== + * The `migrate` command for chaning the `s3legacy` layout to the `default` + layout for s3 backends has been improved: It can now be restarted with + `restic migrate --force s3_layout` and automatically retries operations on + error. + https://github.com/restic/restic/issues/1073 + https://github.com/restic/restic/pull/1075 Important Changes in 0.7.0 ==========================