From c7d789ab04dcc16e9f67761e4ad8868b4beff07a Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 14 Jan 2018 14:24:14 +0100 Subject: [PATCH] Add entry to changelog --- changelog/0.8.2/pull-1554 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/0.8.2/pull-1554 diff --git a/changelog/0.8.2/pull-1554 b/changelog/0.8.2/pull-1554 new file mode 100644 index 000000000..9a528084a --- /dev/null +++ b/changelog/0.8.2/pull-1554 @@ -0,0 +1,7 @@ +Enhancement: fuse/mount: Correctly handle EOF, add template option + +We've added the `--snapshot-template` string, which can be used to specify a +template for a snapshot directory. In addition, accessing data after the end of +a file via the fuse mount is now handled correctly. + +https://github.com/restic/restic/pull/1554