From 0219f730a734fd4d2bc25ae188bd658a2a03e86d Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Fri, 2 Sep 2016 00:29:06 +1200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa69e3e..bcbe628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ clean up the API. As such please use with caution and check your apps thoroughly * Constraints are now installed through `NSLayoutConstraint.activate` and what view they are added to is now deferred to UIKit * Added `var contentHuggingPriority: CGFloat` to `make` * Added `var contentCompressionResistancePriority: CGFloat` to `make` +* Added support for `UILayoutGuide` via `make.left.equalTo(guide.snp.top)` # 0.21.0 - May 11 2016