diff --git a/changelog/unreleased/issue-4934 b/changelog/unreleased/issue-4934
index 03194168e..6891ca204 100644
--- a/changelog/unreleased/issue-4934
+++ b/changelog/unreleased/issue-4934
@@ -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
\ No newline at end of file