From a2c090270c29954f6e9b06a0bb59f0ba0436caa3 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 16 Aug 2023 17:00:00 -0400
Subject: [PATCH] uupdate the readme

---
 README.md             | 5 ++++-
 tahoe-directory.cabal | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e57df89..caf690c 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,10 @@ However, its APIs are intended to be easy to integrate with such an implementati
 
 ### What is the current state?
 
-* All implementation tasks are pending.
+* Verify and read CHK directory capability strings can be parsed and serialized.
+* Verify, read, and write SDMF directory capability strings can be parsed and serialized.
+* Directories themselves can be parsed and serialized.
+  * However, capability strings and metadata in directory entries are left as byte strings.
 
 ## Why does it exist?
 
diff --git a/tahoe-directory.cabal b/tahoe-directory.cabal
index 37602d0..09feb42 100644
--- a/tahoe-directory.cabal
+++ b/tahoe-directory.cabal
@@ -58,7 +58,9 @@ category:        Cryptography,Library,Parsers,Security
 build-type:      Simple
 
 -- Extra doc files to be distributed with the package, such as a CHANGELOG or a README.
-extra-doc-files: CHANGELOG.md
+extra-doc-files:
+  CHANGELOG.md
+  README.md
 
 -- Extra source files to be distributed with the package, such as examples, or
 -- a tutorial module.  In our case, test data.
-- 
GitLab