Prepare changelog for 0.15.0

This commit is contained in:
Alexander Neumann
2023-01-12 20:50:44 +01:00
parent 0c5a55d1bd
commit cd2f53e3f9
39 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Fix stuck `copy` command when `-o <backend>.connections=1`
When running the `copy` command with `-o <backend>.connections=1` the
command would be infinitely stuck. This has now been fixed.
https://github.com/restic/restic/issues/3897
https://github.com/restic/restic/pull/3898