aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index b35bff4..e194839 100644
--- a/TODO.md
+++ b/TODO.md
@@ -27,7 +27,7 @@ priority 1
priority 2
----------
-- [ ] use more the `Reader` API (which is analoguous to the `IOStream` in Java)
+- [x] use more the `Reader` API (which is analoguous to the `IOStream` in Java)
- [ ] refactor matchStream as right now it is quite complex
- [ ] better test for `Repo.matchStream`
- [ ] tail packing of PartialChunks (this Struct does not exist yet as it is in fact just `TempChunks` for now)