From 6eb1be0be477b4d9064f5c49558a4ca768dd54aa Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 21 Mar 2018 20:53:11 +0100 Subject: [PATCH] Fix changelog files --- changelog/unreleased/issue-1160 | 5 ----- changelog/unreleased/pull-1552 | 2 +- changelog/unreleased/pull-1676 | 8 ++++++++ 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 changelog/unreleased/issue-1160 create mode 100644 changelog/unreleased/pull-1676 diff --git a/changelog/unreleased/issue-1160 b/changelog/unreleased/issue-1160 deleted file mode 100644 index 9f7d3d73e..000000000 --- a/changelog/unreleased/issue-1160 +++ /dev/null @@ -1,5 +0,0 @@ -Enhancement: Improve backup speed by skipping the initial scan when the quiet flag is set - -We've improved the backup speed when the quiet flag -q or --quiet is set by skipping the initial scan which gathers information for displaying the progress bar and the ETA estimation. - -https://github.com/restic/restic/issues/1160 diff --git a/changelog/unreleased/pull-1552 b/changelog/unreleased/pull-1552 index 244a334ee..db9a4f042 100644 --- a/changelog/unreleased/pull-1552 +++ b/changelog/unreleased/pull-1552 @@ -1,4 +1,4 @@ -Feature: Use Google Application Default credentials +Enhancement: Use Google Application Default credentials Google provide libraries to generate appropriate credentials with various fallback sources. This change uses the library to generate our GCS client, which diff --git a/changelog/unreleased/pull-1676 b/changelog/unreleased/pull-1676 new file mode 100644 index 000000000..66a114d61 --- /dev/null +++ b/changelog/unreleased/pull-1676 @@ -0,0 +1,8 @@ +Enhancement: Improve backup speed: Skip initial scan phase in quiet mode + +We've improved the backup speed when the quiet flag (`-q` or `--quiet`) is set +by skipping the initial scan which gathers information for displaying the +progress bar and the ETA estimation. + +https://github.com/restic/restic/pull/1676 +https://github.com/restic/restic/issues/1160