From 7a44be38b7a08f0ea59001657906d4d77c2a480d Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 26 Feb 2026 17:24:34 -0800 Subject: [PATCH] Add "diff" action to NEWS (#1243). --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index c4f89344..f1a8bde7 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ https://torsion.org/borgmatic/reference/command-line/actions/config-show/ * #1228: Adjust the "spot" check so error output includes more information about what failed. * #1236: Fix the "spot" check to skip hard links, as Borg doesn't produces hashes for them. + * #1243: Add a "diff" action for viewing the difference between the contents of two archives. * #1269: Fix the ZFS hook to support datasets with a "canmount" property of "noauto". * #1270: Follow symlinks when backing up borgmatic configuration files to support the "bootstrap" action.