From 7b54f6e6427ee6259f4492fa467244feca5ba8c0 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 12 Jun 2017 19:56:50 +0200 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ef5ef41..569d26bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,16 @@ Important Changes in 0.X.Y https://github.com/restic/restic/issues/965 https://github.com/restic/restic/pull/1004 +Small changes +------------- + + * For the s3 backend we're back to using the high-level API the s3 client + library for uploading data, a few users reported dropped connections (which + the library will automatically retry now). + https://github.com/restic/restic/issues/1013 + https://github.com/restic/restic/issues/1023 + https://github.com/restic/restic/pull/1025 + Important Changes in 0.6.1 ==========================