From: Stephen Seo Date: Wed, 25 Dec 2024 12:28:06 +0000 (+0900) Subject: Fix Changelog.md X-Git-Tag: 1.10^2~8 X-Git-Url: https://git.seodisparate.com/stephenseo/css/brands.min.css?a=commitdiff_plain;h=2ad282040c0cc48b63a4daa45da2fec4e00817e2;p=SimpleArchiver Fix Changelog.md --- diff --git a/Changelog.md b/Changelog.md index a5ec471..4e1809d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,7 +10,7 @@ Better info is printed for directories in file format `version 2` when using Fix case when archiving from read-only directory: - A temporary file is usually created to store compressed archive -chunks/files which is located where the files are. This commit +chunks/files which is located where the files are. This version falls-back to using `tmpfile()` if the first attempt to create a temporary file fails.