From 9cd664caa3e9d8803a7e6379f0488338b8face91 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 4 Jun 2017 11:50:38 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fffc1e18..92274a1be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ Important Changes in 0.X.Y https://github.com/restic/restic/issues/512 https://github.com/restic/restic/pull/978 + * Improved performance for the `find` command: Restic recognizes paths it has + already checked for the files in question, so the number of backend requests + is reduced a lot. + https://github.com/restic/restic/issues/989 + https://github.com/restic/restic/pull/993 + Important Changes in 0.6.1 ==========================