]> git.seodisparate.com - SimpleArchiver/commitdiff
Version 1.9, Update Changelog.md
authorStephen Seo <seo.disparate@gmail.com>
Fri, 20 Dec 2024 02:01:31 +0000 (11:01 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 20 Dec 2024 02:12:53 +0000 (11:12 +0900)
Changelog.md

index 50ebebe6b2a8ab5e4569377a1ea6b51499534649..5583dd4cc7d9eb49bafdd84aea815506107d50b1 100644 (file)
@@ -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.