From: Stephen Seo Date: Thu, 19 Dec 2024 04:50:04 +0000 (+0900) Subject: Update Changelog.md X-Git-Tag: 1.9^2~3 X-Git-Url: https://git.seodisparate.com/stephenseo/LD54_Box_Survival?a=commitdiff_plain;h=d6b264e759dda2c48f14430505c6edb0558fe3e9;p=SimpleArchiver Update Changelog.md --- diff --git a/Changelog.md b/Changelog.md index 52ce9fc..50ebebe 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ ## Upcoming Changes +Add `file format 2` to handle archiving empty directories. + +Fix edge case where archiving only empty files breaks. +Currently archiving empty files with a compressor is broken. May not fix since +a compressor is not needed if only empty files are archived. + ## Version 1.8 Minor refactorings related to `printf` and `uintX_t`/`size_t` types.