add changelog

This commit is contained in:
Michael Eischer
2025-07-21 21:57:05 +02:00
parent 350f6452e7
commit 484b706dd8

View File

@@ -0,0 +1,8 @@
Bugfix: Fix rare crash if directory is removed during backup
In restic 0.18.0, the `backup` command could crash if a directory is removed
inbetween reading its metadata and listing its directory content.
This has been fixed.
https://github.com/restic/restic/pull/5421