2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-26 23:06:32 +00:00

changelog: add unrelease changelog

This commit is contained in:
Srigovind Nayak 2024-08-11 16:07:38 +05:30 committed by Michael Eischer
parent 1e68fbca90
commit b10d7ccdda

View File

@ -0,0 +1,9 @@
Enhancement: Clear removed snapshots, index and pack files from the local cache
Restic did not clear removed snapshots from the cache after the `forget`
operation; only indexes and pack files were removed automatically.
Restic now automatically clears removed indexes, packs and snapshots from the
local cache.
https://github.com/restic/restic/issues/4934
https://github.com/restic/restic/pull/4981