Fix changelog entry

This commit is contained in:
Alexander Neumann 2018-06-10 11:29:57 +02:00
parent e62add84bc
commit 581d0984fe
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@ Bugfix: Resolve deadlock
When the "scanning" process restic runs to find out how much data there is does
not finish before the backup itself is done, restic stops doing anything. This
is resolved now.
https://github.com/restic/restic/issues/1834
https://github.com/restic/restic/pull/1835