From edd7692da136230d0938d081c600d5d7c5b38eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Kr=C3=BCger?= Date: Fri, 7 Apr 2017 13:45:26 +0200 Subject: [PATCH] :memo: Updates Changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7fcd19..ebe1b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Version 3.0.3 + +- [x] Podspec fixed (I missed the last release in Cocoapods) +- [x] Constraints on a view that relate to the view itself were previously created on the superview. +This is now fixed, the constraints are created on the view itself which makes the + +## Version 3.0.2 + +- [x] Swift 3.1 / Xcode 8.3 compatibility + ## Version 3.0.1 - [x] Swift 3.0.1 / Xcode 8.1 compatibility