From: Stephen Seo Date: Fri, 20 Dec 2024 02:01:31 +0000 (+0900) Subject: Version 1.9, Update Changelog.md X-Git-Tag: 1.9^2 X-Git-Url: https://git.seodisparate.com/stephenseo/annotated.html?a=commitdiff_plain;h=a8663cd473996ca88108b455aaa4743bce92683b;p=SimpleArchiver Version 1.9, Update Changelog.md --- diff --git a/Changelog.md b/Changelog.md index 50ebebe..5583dd4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,12 +2,18 @@ ## Upcoming Changes +## Version 1.9 + Add `file format 2` to handle archiving empty directories. +Default file format is now `version 2`. + 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. +Add iterator for data structure priority heap. + ## Version 1.8 Minor refactorings related to `printf` and `uintX_t`/`size_t` types.