From 937d152a0ecec51b80ceead2358a37f0767673f4 Mon Sep 17 00:00:00 2001 From: Thomas Zoechling Date: Thu, 8 Feb 2018 17:50:47 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6937877..50b2cc6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.5](https://github.com/weichsel/ZIPFoundation/releases/tag/0.9.5) + +### Added + - Progress tracking support + - Operation cancellation support + +### Updated + - Improved performance of CRC32 calculations + - Improved Linux support + - Fixed wrong behaviour when using the `shouldKeepParent` flag + - Fixed a linker error during archive builds when integrating via Carthage + ## [0.9.4](https://github.com/weichsel/ZIPFoundation/releases/tag/0.9.4) ### Updated