Add changelog file.

This commit is contained in:
curiousleo 2019-05-27 21:32:05 +02:00 committed by Leo R. Lundgren
parent 4214b1746e
commit 27d6e5e186
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Bugfix: Handle format verbs like '%' properly in `find` output
The JSON or "normal" output of the `find` command can now deal with file names
that contain substrings which the Golang `fmt` package considers "format verbs"
like `%s`.
https://github.com/restic/restic/issues/2281