Remove superseded feature from the CHANGELOG

For a discussion please see https://github.com/restic/restic/issues/1796
This commit is contained in:
Alexander Neumann
2018-05-22 20:57:07 +02:00
parent 20bfed5985
commit e3fe87f269
2 changed files with 0 additions and 18 deletions

View File

@@ -1,8 +0,0 @@
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