From 9e712aa7bbbbe63ae56ee5c0c7143208031024cf Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 8 Jan 2025 14:16:44 +0000 Subject: [PATCH] chore(CHANGELOG): include missed `added` entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b06688..4e0d020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ local targetContents = zip:extract(zip:findEntry("path/to/target"), { isString = -- Following the symlink should give us the contents of the target file assert(targetContents == followedTargetContents, "Symlink must lead to the target file!") ``` +- Added the `isAscii` field and automatic compressed data type detection when the `isString` option is not provided using internal file attributes ### Fixed - Fixed a bug where ZIPs that contained an end of central directory record with a misaligned comment window would not be correctly read - Fixed an underflow while trying to align the byte boundary while decompressing uncompressed inflate blocks