forked from TrueCloudLab/restic
Add changelog file.
This commit is contained in:
parent
4214b1746e
commit
27d6e5e186
1 changed files with 7 additions and 0 deletions
7
changelog/unreleased/issue-2281
Normal file
7
changelog/unreleased/issue-2281
Normal 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
|
Loading…
Reference in a new issue