Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
weichsel committed Feb 22, 2021
1 parent 333ee53 commit 1fcd2ee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.9.12](https://github.com/weichsel/ZIPFoundation/releases/tag/0.9.12)

### Added
- Added check to disallow removal of entries from readonly archives
- Added guard against API misuse by providing zero byte buffer sizes

### Updated
- Fixed an `UInt16` overflow when calculating the end of the central directory record
- Fixed detection of ZIP version required to extract
- Fixed missing consumer closure call for zero byte entries
- Fixed erroneous application of `.deflate` compression on `.symlink` and `.directory` entries
- Improved detection of `.directory` entries
- Improved performance when looking up entries via subscripting
- Improved consistency of URL format used in the Swift package description

## [0.9.11](https://github.com/weichsel/ZIPFoundation/releases/tag/0.9.11)

### Added
Expand Down

0 comments on commit 1fcd2ee

Please sign in to comment.