aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zip.cr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zip.cr b/src/zip.cr
index 429aa76..71fa9da 100644
--- a/src/zip.cr
+++ b/src/zip.cr
@@ -18,6 +18,7 @@ require "zlib"
# [x] add zip64 extras when writing header and central
# [x] add zip64 archive footer
# [x] update sizes to be u64
+# [ ] reader support
# [ ] choose zip64 default for arbitrary IOs (right now it is false)
# [ ] legacy unicode (e.g., non-bit 11) path/comment support
# [ ] unix uids