Add entry to CHANGELOG

This commit is contained in:
Alexander Neumann 2018-02-11 21:00:38 +01:00
parent c5575c7ed9
commit cff3f3dc0d
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Bugfix: Strip spaces for lines read via --files-from
Leading and trailing spaces in lines read via `--files-from` are now stripped,
so it behaves the same as with lines read via `--exclude-file`.
https://github.com/restic/restic/issues/1590
https://github.com/restic/restic/pull/1613