diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c3c14..936f6c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.2 Release notes (25/1/2018) + +- Fixes for Swift 4 `@objc` inference + ## 0.4.1 Release notes (30/9/2017) - Updated to Swift 4.0 @@ -7,25 +11,25 @@ - Lowered the target OS to iOS 8.0 -0.3.0 Release notes (22/9/2017) +## 0.3.0 Release notes (22/9/2017) ---- - Mask changes are now animated -0.2.0 Release notes (18/9/2017) +## 0.2.0 Release notes (18/9/2017) ---- - Added the ability to customise which edges are masked - Fixed a crash which happened when on relaunching the example app -0.1.1 Release notes (17/9/2017) +## 0.1.1 Release notes (17/9/2017) ---- - Fixed an issue where touches were being interception - Fixed a selector crash - Updated the ReadMe with customisation options and Apple's HIG recommendations -0.1.0 Release notes (16/9/2017) +## 0.1.0 Release notes (16/9/2017) ---- Initial release diff --git a/LICENSE.md b/LICENSE.md index e13c9c6..53e421a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Harshil Shah