changelog: update changelog

This commit is contained in:
Srigovind Nayak 2024-08-17 00:24:19 +05:30 committed by Michael Eischer
parent a8032c932c
commit f6e8d92590

View file

@ -1,9 +1,8 @@
Enhancement: Clear removed snapshots, index and pack files from the local cache
Enhancement: Clear removed snapshots from local cache of the current host
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.
Restic only removed snapshots from the cache on the host that runs the `forget` command.
On other hosts that use the same repository, the old snapshots remained in the cache.
Restic now, automatically clears old snapshots from the local cache of the current host.
https://github.com/restic/restic/issues/4934
https://github.com/restic/restic/pull/4981