From d29c001642c8540ef1a928d6b5cfcb589e445a91 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Sun, 24 Mar 2019 10:16:44 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be3e64e..93e2db4 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.6.x` Releases - [1.6.0](#160) - `1.5.x` Releases - [1.5.0](#150) | [1.5.1](#151) - `1.4.x` Releases - [1.4.0](#140) | [1.4.1](#141) - `1.3.x` Releases - [1.3.0](#130) @@ -10,6 +11,18 @@ All notable changes to this project will be documented in this file. - `1.1.x` Releases - [1.1.0](#110) - `1.0.x` Releases - [1.0.0](#100) +--- +## [1.6.0](https://github.com/uias/AutoInsetter/releases/tag/1.6.0) +Released on 2019-03-24 + +#### Updated +- Redesigned insetting engine which takes individual account of `UIScrollView` type. + +#### Fixed +- [#11](https://github.com/uias/AutoInsetter/issues/11) Incorrect relative frame calculations of nested `UIScrollView`. +- [#13](https://github.com/uias/AutoInsetter/issues/13) Incorrect insetting values for landscape orientated scroll views. +- Issue where insetting would incorrectly potentially fail due to `UIScrollView` state. + --- ## [1.5.1](https://github.com/uias/AutoInsetter/releases/tag/1.5.1) Released on 2019-03-03