From 5a45a0cbc0cded6ab0ef9a43565546318f2e712e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 3 Sep 2025 19:35:13 -0700 Subject: [PATCH] Add NEWS entry for dumps metadata. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 1de700b2..3dfa3909 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ use. * #1126: Create LVM snapshots as read-write to avoid an error when snapshotting ext4 filesystems with orphaned files that need recovery. + * #1136: For all database hooks, record metadata on the dumps contained within an archive. * #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.