From 3794469e7e3d74f6b644b85fde370f4d53bf31ca Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 18 Apr 2025 17:02:12 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3f73b0d..31f8e15 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ## Upcoming Changes +TODO: Refactor the priority heap data structure. + ## Alternate Changes (Alternate Changes are changes that are not in `main` or `dev`.) @@ -10,6 +12,9 @@ Attempt fix https://github.com/Stephen-Seo/SimpleArchiver/issues/6 . ## Version 1.20 +Fix errors for file format 4 archive creation when file/chunk/directory counts +were actually larger than 32-bits. + Fix erronous usage of return value from `fcntl(...)`. Cleanup of warnings that show when building for 32-bit systems, including -- 2.49.0