add changelog

This commit is contained in:
Michael Eischer 2025-11-19 21:56:16 +01:00
parent 84dda4dc74
commit 7b59dd7cf4

View file

@ -0,0 +1,7 @@
Enhancement: reduce memory usage of check/copy/diff/stats commands
We have optimized the memory usage of the `check`, `copy`, `diff` and
`stats` commands. These now require less memory when processing large
snapshots.
https://github.com/restic/restic/pull/5610