From c935d0558cd867e2fcf38e1d22174b2cdf19bc17 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 5 Sep 2017 21:48:13 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5be92a6..3865f4b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,10 @@ Important Changes in 0.X.Y included) in a restore, they are not loaded from the repo any more. https://github.com/restic/restic/pull/1044 + * Name collisions are now resolved by appending a counter. + https://github.com/restic/restic/issues/1179 + https://github.com/restic/restic/pull/1209 + Small changes -------------