Prepare changelog for 0.12.0

This commit is contained in:
Alexander Neumann
2021-02-14 11:44:00 +01:00
parent 13d52c88fb
commit 1a34260cf0
35 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Bugfix: Improve error handling in the `restore` command
The `restore` command used to not print errors while downloading file contents
from the repository. It also incorrectly exited with a zero error code even
when there were errors during the restore process. This has all been fixed and
`restore` now returns with a non-zero exit code when there's an error.
https://github.com/restic/restic/issues/3166
https://github.com/restic/restic/pull/3207