Update changelog

This commit is contained in:
DRON-666 2021-02-02 17:45:10 +03:00
parent c37d587f81
commit 74e4656850
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Enhancement: Reduce file fragmentation for local backend
Before this change, local backend files could become fragmented.
Now restic will try to preallocate space for pack files to avoid
their fragmentation.
https://github.com/restic/restic/issues/2679
https://github.com/restic/restic/pull/3261