From 94c8a56373b210834b39b319c80fb1643be1050e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 3 Nov 2024 13:58:04 -0800 Subject: [PATCH] Reorder NEWS items. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f739a501..0f2aba3c 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,7 @@ cases. * #902: Add loading of encrypted systemd credentials. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/#using-systemd-service-credentials + * #911: Add a "key change-passphrase" action to change the passphrase protecting a repository key. * #914: Fix a confusing apparent hang when when the repository location changes, and instead show a helpful error message. * #915: BREAKING: Rename repository actions like "rcreate" to more explicit names like @@ -31,7 +32,6 @@ * #919: Clarify the command-line help for the "--config" flag. * #919: Document a policy for versioning and breaking changes: https://torsion.org/borgmatic/docs/how-to/upgrade/#versioning-and-breaking-changes - * #911: Add a "key change-passphrase" action to change the passphrase protecting a repository key. * #921: BREAKING: Change soft failure command hooks to skip only the current repository rather than all repositories in the configuration file. * #922: Replace setup.py (Python packaging metadata) with the more modern pyproject.toml.