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 ==========================