From 3a3c21a9623f867e7399c1e118a3627544b5af57 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 20 Mar 2024 15:59:59 -0400 Subject: [PATCH] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 23c48bbb3..0df9f579b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,13 +8,27 @@ Lowest supported Python interpreter: 3.9.16 - Update for r7 D-Bus revision: https://github.com/stratis-storage/stratis-cli/pull/1035 -- Sort JSON output from report by default: - https://github.com/stratis-storage/stratis-cli/pull/1048 +- Display snapshot origin in filesystem detail view: + https://github.com/stratis-storage/stratis-cli/pull/1045 - Extend filesystem listing with a detail view: + https://github.com/stratis-storage/stratis-cli/pull/1051 https://github.com/stratis-storage/stratis-cli/pull/1050 +- Sort JSON output from report by default: + https://github.com/stratis-storage/stratis-cli/pull/1048 + +- Make parsing errors related to Clevis options actual parser errors: + https://github.com/stratis-storage/stratis-cli/issues/1055 + https://github.com/stratis-storage/stratis-cli/pull/1060 + https://github.com/stratis-storage/stratis-cli/pull/1057 + https://github.com/stratis-storage/stratis-cli/pull/1056 + https://github.com/stratis-storage/stratis-cli/pull/1053 + - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/1061 + https://github.com/stratis-storage/stratis-cli/pull/1059 + https://github.com/stratis-storage/stratis-cli/pull/1058 https://github.com/stratis-storage/stratis-cli/pull/1054 https://github.com/stratis-storage/stratis-cli/pull/1052 https://github.com/stratis-storage/stratis-cli/pull/1049