Prepare changelog for 0.10.0

This commit is contained in:
Alexander Neumann
2020-09-19 17:37:59 +02:00
parent 6ff0082c02
commit 96fd982f6a
45 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: Don't abort the stats command when data blobs are missing
Runing the stats command in the blobs-per-file mode on a repository with
missing data blobs previously resulted in a crash.
https://github.com/restic/restic/pull/2668