From f5bb9ab57b9153775a9ffca7322173ec424d4669 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 21 Jun 2022 18:09:24 +0200 Subject: Add support for capping destination (raw) balance --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 934b701..3bfed37 100644 --- a/readme.md +++ b/readme.md @@ -82,10 +82,6 @@ cargo doc --document-private-items - [ ] (1) Add module docs to parser - [ ] (1) Add overview docs on how everything works -#### Refactor - -- [ ] (1) Configurable limit (destination) - #### Parse - [ ] (1) Parse initial and final whitespace of paragraphs (in text)\ @@ -237,6 +233,7 @@ cargo doc --document-private-items - [x] (1) Make text data, string data constructs (document in `construct/mod.rs`) - [x] (1) Configurable tokens (destination, label, title) +- [x] (1) Configurable limit (destination) ### Extensions -- cgit