Add changelog file.

This commit is contained in:
curiousleo
2020-02-15 01:32:43 +01:00
committed by Leo R. Lundgren
parent 4214b1746e
commit 27d6e5e186
+7
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