From 317d9c4559eaaca11e21cb99959c4a5ac769926a Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 25 May 2017 17:06:06 +0200 Subject: [PATCH] Add entry to the changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd41fa516..32aa08892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ This file describes changes relevant to all users that are made in each released version of restic from the perspective of the user. +Important Changes in 0.X.Y +========================== + +Small changes: +-------------- + + * Regular status report: We've removed the status report that was printed + every 10 seconds when restic is run non-interactively. You can still force + reporting the current status by sending a `USR1` signal to the process. + https://github.com/restic/restic/pull/974 + Important Changes in 0.6.0 ==========================