From 16f6f333e92c2ceee7f0be3e9c1c84a1f547c2c6 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 23 Oct 2023 12:19:58 -0400 Subject: [PATCH] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index def886648..c5848737d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,9 @@ Lowest supported Python interpreter: 3.9 - Update for r6 D-Bus revision: https://github.com/stratis-storage/stratis-cli/pull/981 +- Add support for designating filesystem size limits: + https://github.com/stratis-storage/stratis-cli/pull/1029 + - Adapt to r6 StopPool interface: https://github.com/stratis-storage/stratis-cli/pull/982