diff --git a/changelog/0.8.2/pull-1560 b/changelog/0.8.2/pull-1560 deleted file mode 100644 index 8915cdacd..000000000 --- a/changelog/0.8.2/pull-1560 +++ /dev/null @@ -1,3 +0,0 @@ -Enhancement: retry all repository file download errors - -https://github.com/restic/restic/pull/1560 diff --git a/changelog/0.8.3/pull-1560 b/changelog/0.8.3/pull-1560 new file mode 100644 index 000000000..0462442db --- /dev/null +++ b/changelog/0.8.3/pull-1560 @@ -0,0 +1,5 @@ +Enhancement: Retry all repository file download errors + +Restic will now retry failed downloads, similar to other operations. + +https://github.com/restic/restic/pull/1560