From 980bb9059f87583c0f9d2e61895bdca767b0a5ba Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 16 Oct 2017 20:15:19 +0200 Subject: [PATCH] Add entry to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 176d5d71c..c2a778363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,11 @@ Important Changes in 0.X.Y * Failed backend requests are now automatically retried. https://github.com/restic/restic/pull/1353 + * We've added the `dump` command which prints a file from a snapshot to + stdout. This can e.g. be used to restore files read with `backup --stdin`. + https://github.com/restic/restic/issues/510 + https://github.com/restic/restic/pull/1346 + Small changes -------------