chore(CHANGELOG): include missed added entry

This commit is contained in:
Erica Marigold 2025-01-08 14:16:44 +00:00
parent 03320fe090
commit 9e712aa7bb
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

@ -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