Add changelog

This commit is contained in:
Simon Beck 2020-03-28 13:57:31 +01:00 committed by Michael Eischer
parent fe6445e0f4
commit da4193c3ef
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Bugfix: Fix tar issues when dumping `/`
We've fixed an issue with dumping either `/` or files on the first sublevel
e.g. `/foo` to tar. This also fixes tar dumping issues on Windows where this
issue could also happen.
https://github.com/restic/restic/issues/2254
https://github.com/restic/restic/issues/2357
https://github.com/restic/restic/pull/2255