From f1a008ee18ddcf15c7668accf1f77139d89b0d29 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 2 Sep 2025 09:47:53 -0700 Subject: [PATCH] Rephrase NEWS entry for clarity (#1139). --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 717e9c48..1de700b2 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ use. * #1126: Create LVM snapshots as read-write to avoid an error when snapshotting ext4 filesystems with orphaned files that need recovery. - * #1139: When making HTTP requests in monitoring hooks, set "borgmatic" as the user agent. + * #1139: Set "borgmatic" as the user agent when connecting to monitoring services. * When running tests, use Ruff for faster and more comprehensive code linting and formatting, replacing Flake8, Black, isort, etc. * Switch from pipx to uv for installing development tools, and added tox-uv for speeding up test