From d2c143d39c2ae15c2a97020b0ed642188a9faace Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 10 Jul 2017 16:07:07 -0700 Subject: [PATCH] Mention generate-borgmatic-config in changelog. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 3209b41ff..e3394d424 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ 1.1.0.dev0 * Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade. + * Added generate-borgmatic-config command for initial config creation. * Dropped Python 2 support. Now Python 3 only. * #18: Fix for README mention of sample files not included in package. * #22: Sample files for triggering borgmatic from a systemd timer.