mirror of https://github.com/restic/restic.git
Add changelog file.
This commit is contained in:
parent
4214b1746e
commit
27d6e5e186
|
@ -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
|
Loading…
Reference in New Issue