1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-23 00:07:25 +00:00

Add entry to changelog

This commit is contained in:
Alexander Neumann 2017-10-16 20:15:19 +02:00
parent 0e7281eb71
commit 980bb9059f

View file

@ -36,6 +36,11 @@ Important Changes in 0.X.Y
* Failed backend requests are now automatically retried. * Failed backend requests are now automatically retried.
https://github.com/restic/restic/pull/1353 https://github.com/restic/restic/pull/1353
* We've added the `dump` command which prints a file from a snapshot to
stdout. This can e.g. be used to restore files read with `backup --stdin`.
https://github.com/restic/restic/issues/510
https://github.com/restic/restic/pull/1346
Small changes Small changes
------------- -------------