Add changelog

This commit is contained in:
aneesh-n
2024-08-11 01:32:55 -06:00
parent 1d392a36f9
commit b5b5c1fe8e

View File

@@ -0,0 +1,8 @@
Bugfix: Fix extended attributes handling for VSS snapshots
Restic was failing to backup extended attributes for VSS snapshots
after the fix for https://github.com/restic/restic/pull/4980.
Restic now correctly handles extended attributes for VSS snapshots.
https://github.com/restic/restic/pull/4998
https://github.com/restic/restic/pull/4980