From 0b7c0e91d063d597bbcb7fef0a8a620477089d22 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 23 Jun 2023 13:29:25 -0400 Subject: [PATCH] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 7df5ed019..5d392b952 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,10 +11,26 @@ Lowest supported Python interpreter: 3.9 - Adapt to r6 StopPool interface: https://github.com/stratis-storage/stratis-cli/pull/982 +- Allow for error string if encryption information inconsistent: + https://github.com/stratis-storage/stratis-cli/pull/989 + +- Do user-entered password verification: + https://github.com/stratis-storage/stratis-cli/pull/994 + +- Use SPDX license format: + https://github.com/stratis-storage/stratis-cli/pull/984 + - Add man page field for blockdev UUID: https://github.com/stratis-storage/stratis-cli/pull/978 +- Use more modern Python packaging style: + https://github.com/stratis-storage/stratis-cli/pull/988 + - Tidies and Maintenance: + https://github.com/stratis-storage/stratis-cli/pull/996 + https://github.com/stratis-storage/stratis-cli/pull/992 + https://github.com/stratis-storage/stratis-cli/pull/990 + https://github.com/stratis-storage/stratis-cli/pull/986 https://github.com/stratis-storage/stratis-cli/pull/980