Add entry to changelog

This commit is contained in:
Alexander Neumann 2018-01-27 20:16:51 +01:00
parent 5dc8d3588d
commit 649afb1198
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Bugfix: Google Cloud Storage: Use generic HTTP transport
It was discovered that the Google Cloud Storage backend did not use the generic
HTTP transport, so things such as bandwidth limiting with `--limit-upload` did
not work. This is resolved now.
https://github.com/restic/restic/pull/1594