Add entry to changelog

This commit is contained in:
Alexander Neumann 2018-01-28 09:36:55 +01:00
parent cbfa516575
commit 5379950c64
1 changed files with 11 additions and 0 deletions

11
changelog/0.8.2/pull-1595 Normal file
View File

@ -0,0 +1,11 @@
Bugfix: backup: Remove bandwidth display
This commit removes the bandwidth displayed during backup process. It is
misleading and seldomly correct, because it's neither the "read
bandwidth" (only for the very first backup) nor the "upload bandwidth".
Many users are confused about (and rightly so), c.f. #1581, #1033, #1591
We'll eventually replace this display with something more relevant when
the new archiver code is ready.
https://github.com/restic/restic/pull/1595