From 767ddc49101f5c75266a35ba38b573f9c4b80d26 Mon Sep 17 00:00:00 2001 From: Henry Huck Date: Wed, 26 Sep 2018 11:40:19 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 220d5da..f0cc645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.0.0] + +### Added + +Add swift 4.2 compatibility + +## [2.0.1] + ### Added + +Add Carthage compatibility +Add prebuilt framework for Carthage + ### Changed +Fix a crash when calculating the thumbnail preview if the frame has not been set yet. (Thanks @NikKovIos) + ## [2.0.0] ### Added @@ -54,8 +68,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.1.0] - 2017-03-29 ### Added - Add a first version of the trimmer view -- -[Unreleased]: https://github.com/prynt/PryntTrimmerView/compare/1.0.1...master + +[Unreleased]: https://github.com/prynt/PryntTrimmerView/compare/3.0.0...master +[3.0.0]: https://github.com/prynt/PryntTrimmerView/compare/2.0.1...3.0.0 +[2.0.1]: https://github.com/prynt/PryntTrimmerView/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/prynt/PryntTrimmerView/compare/1.0.1...2.0.0 [1.0.1]: https://github.com/prynt/PryntTrimmerView/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/prynt/PryntTrimmerView/compare/0.2.0...1.0.0