Prepare changelog for 0.12.1

This commit is contained in:
Alexander Neumann
2021-08-03 11:45:19 +02:00
parent b862732318
commit b19cd8c50f
22 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Change: Empty files now have size of 0 in `ls --json` output
The `ls --json` command used to omit the sizes of empty files in its
output. It now reports a size of zero explicitly for regular files,
while omitting the size field for all other types.
https://github.com/restic/restic/issues/3247
https://github.com/restic/restic/pull/3257