Tweak changelog

This commit is contained in:
Michael Eischer 2021-03-08 22:11:05 +01:00
parent 18fccb5995
commit f9c581f219
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,6 @@
Bugfix: In case of error also Wait() for terminal goroutine
Bugfix: Fix possibly missing backup summary of json output in case of error
This prevents a race condition where the final summary message is
lost. When using --json output it happened from time to time that the
summary output was missing.
When using --json output it happened from time to time that the summary output
was missing in case an error occurred. This has been fixed.
https://github.com/restic/restic/pull/3305
https://github.com/restic/restic/pull/3305