mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(CHANGELOG): include missed added
entry
This commit is contained in:
parent
03320fe090
commit
9e712aa7bb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue