From 449c049ce90fbba3df7ec34f9813002a2f66b981 Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 22 Feb 2019 22:05:21 -0700 Subject: [PATCH] Add changelog for #2184 --- changelog/unreleased/issue-2184 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-2184 diff --git a/changelog/unreleased/issue-2184 b/changelog/unreleased/issue-2184 new file mode 100644 index 000000000..fe3ff83cf --- /dev/null +++ b/changelog/unreleased/issue-2184 @@ -0,0 +1,8 @@ +Enhancement: Add --json support to forget command + +The forget command now supports the --json argument, outputting the +information about what is (or would-be) kept and removed from the +repository. + +https://github.com/restic/restic/issues/2184 +https://github.com/restic/restic/pull/2185