From e62d4f622f609279d56bbc437a6537fc616cbd5b Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 19 Sep 2021 14:07:56 +0200 Subject: [PATCH] Reword changelog --- changelog/unreleased/pull-2594 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog/unreleased/pull-2594 b/changelog/unreleased/pull-2594 index 516dc50da..76d22202f 100644 --- a/changelog/unreleased/pull-2594 +++ b/changelog/unreleased/pull-2594 @@ -1,7 +1,6 @@ Enhancement: Speed up restic restore --verify -The --verify option causes restic restore to do some verification after it -has restored from a snapshot. This verification now runs up to 52% faster, -depending on the exact setup. +The --verify option lets restic restore verify the file content after it has +restored a snapshot. We've sped up the verification by up to a factor of two. https://github.com/restic/restic/pull/2594