Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
weichsel committed Mar 26, 2020
1 parent 5dad3a8 commit ec32d62
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

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

### Added
- Read/Write support for in-memory archives

### Updated
- Fixed a memory safety issue during (de)compression
- Fixed dangling pointer warnings when serializing ZIP internal structs to `Data`
- Fixed missing Swift 5 language version when integrating via CocoaPods
- Fixed inconsistent usage of the optional `preferredEncoding` parameter during entry addition
- Improved documentation for compression settings

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

### Added
Expand Down

0 comments on commit ec32d62

Please sign in to comment.