From 366428643c92071967e152f437f2beeb2cd0e47c Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 6 Nov 2023 11:19:11 -0500 Subject: [PATCH] note backend improvements --- ChangeLog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 473ae65..ac59c13 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -9,6 +9,9 @@ * The memory and filesystem backends have been updated to reflect these Great Black Swamp specification changes. +* The memory and filesystem backends now make at least a token effort to + implement the mutable portions of the API. + ## 0.3.1.0 * ``TahoeLAFS.Storage.Client.runGBS`` is a new high-level API for performing an interaction with a GBS server. -- GitLab