Prepare changelog for 0.17.3

This commit is contained in:
Alexander Neumann
2024-11-08 20:36:25 +01:00
parent c3f5748e5b
commit 8348024664
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Allow `prune --dry-run` without lock
The `prune --dry-run --no-lock` now allows performing a dry-run
without locking the repository. Note that if the repository is
modified concurrently, `prune` may return inaccurate statistics
or errors.
https://github.com/restic/restic/pull/5096