Add entry to changelog

This commit is contained in:
Alexander Neumann 2020-02-12 21:29:14 +01:00
parent b229aa5cf1
commit b58dfda212
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Enhancement: Improve the chunking algorithm
We've updated the chunker library responsible for splitting files into smaller
blocks. It should improve the chunking throughput by 5-10% depending on the
CPU.
https://github.com/restic/restic/pull/2576