Add entry to CHANGELOG

This commit is contained in:
Alexander Neumann 2017-07-19 17:02:53 +02:00
parent c30838878f
commit 0de17f64e9
1 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,14 @@ Small changes
* The dependencies have been updated.
https://github.com/restic/restic/pull/1108
* A bug was found (and corrected) in the index rebuilding after prune, which
led to indexes which include blobs that were not present in the repo any
more. There were already checks in place which detected this situation and
aborted with an error message. A new run of either `prune` or
`rebuild-index` corrected the index files. This is now fixed and a test has
been added to detect this.
https://github.com/restic/restic/pull/1115
Important Changes in 0.7.0
==========================