From 080c8dfd93000f0272bf6042c5c6d3d6832cfec5 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 10 Jun 2025 11:18:49 -0700 Subject: [PATCH] Add NEWS entry (#1083). --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index cb50fc1b..9bbacb2a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ 2.0.7.dev0 + * #1083: Add "debug_passphrase"/"display_passphrase" options and a "{unixtime}" placeholder in + support of Borg 2 features. * #1099: Clarify documentation on command hooks order of execution. * #1100: Fix a bug in which "borg --version" failing isn't considered a "fail" state in a command hook.