Prepare changelog for 0.11.0

This commit is contained in:
Alexander Neumann
2020-11-05 09:41:22 +01:00
parent 23f6b8c3fd
commit 9dba01021e
15 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Enhancement: New option --repository-file
We've added a new command-line option --repository-file as an alternative
to -r. This allows to read the repository URL from a file in order to
prevent certain types of information leaks, especially for URLs containing
credentials.
https://github.com/restic/restic/issues/1458
https://github.com/restic/restic/issues/2900
https://github.com/restic/restic/pull/2910