From e95d652abbe9d673ace09c0639d03a3b5fc54a19 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 2 Dec 2025 10:58:29 -0800 Subject: [PATCH] Reword NEWS entry for clarity (#1192). --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 37b13054..cb9af72b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ 2.0.13.dev0 * #1192: Fix for over-aggressive deduplication of source directories that contain the borgmatic - runtime directory, potentially resulting in data loss (data not getting backed up) when using - filesystem snapshots. + runtime directory, potentially resulting in data loss (data not getting backed up) when + snapshotting these source directories. * #1194: Fix for an incorrect diff command shown when running the "generate config" action with a source configuration file. * Update the sample systemd timer with a shorter random delay when catching up on a missed run.