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

@ -22,7 +22,6 @@ Summary
* Enh #1477: Accept AWS_SESSION_TOKEN for the s3 backend
* Enh #1648: Ignore AWS permission denied error when creating a repository
* Enh #1649: Add illumos/Solaris support
* Enh #1676: Improve backup speed: Skip initial scan phase in quiet mode
* Enh #1709: Improve messages `restic check` prints
* Enh #827: Add --new-password-file flag for non-interactive password changes
* Enh #1735: Allow keeping a time range of snaphots
@ -217,15 +216,6 @@ Details
https://github.com/restic/restic/pull/1649
* Enhancement #1676: 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/issues/1160
https://github.com/restic/restic/pull/1676
* Enhancement #1709: Improve messages `restic check` prints
Some messages `restic check` prints are not really errors, so from now on restic does not treat

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