changelog: Add release date for 0.8.2

This commit is contained in:
Alexander Neumann
2018-02-17 20:26:43 +01:00
parent a9f9243afc
commit 76b8e080c3
17 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Enhancement: Reduce memory allocations for querying the index
This change reduces the internal memory allocations when the index data
structures in memory are queried if a blob (part of a file) already exists in
the repo. It should speed up backup a bit, and maybe even reduce RAM usage.
https://github.com/restic/restic/pull/1538