From 222b61b57725ad998a9589473a7e528c66be05c5 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 18 Nov 2020 11:26:20 -0800 Subject: [PATCH] Update changelog with note about #369. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 0c708d860..0129c233e 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ * #361: Merge override values when specifying the "--override" flag multiple times. The previous behavior was to take the value of the last "--override" flag only. * #368: Fix signal forwarding from borgmatic to Borg resulting in recursion traceback. + * #369: Document support for Borg placeholders in repository names. 1.5.10 * #347: Add hooks that run for the "extract" action: "before_extract" and "after_extract".