diff --git a/CHANGELOG.md b/CHANGELOG.md index 820f7a8..09c4b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. `AutoInsetter` adheres to [Semantic Versioning](http://semver.org/). #### 1.x Releases +- `1.5.x` Releases - [1.5.0](#150) - `1.4.x` Releases - [1.4.0](#140) | [1.4.1](#141) - `1.3.x` Releases - [1.3.0](#130) - `1.2.x` Releases - [1.2.0](#120) | [1.2.1](#121) | [1.2.2](#122) | [1.2.3](#123) | [1.2.4](#124) | [1.2.5](#125) | [1.2.6](#126) @@ -11,6 +12,18 @@ All notable changes to this project will be documented in this file. --- +## [1.5.0](https://github.com/uias/AutoInsetter/releases/tag/1.5.0) +Released on 2019-02-23 + +#### Added +- `enable(with: UIViewController)` mechanism for enabling insetter. + +#### Updated +- Disables `automaticallyAdjustsScrollViewInsets` when enabling. +- Deprecated `isEnabled`. + +--- + ## [1.4.1](https://github.com/uias/AutoInsetter/releases/tag/1.4.1) Released on 2018-10-28