Update changelog

This commit is contained in:
Robert Payne 2016-09-02 00:29:06 +12:00
parent fc298aeaf4
commit 0219f730a7
1 changed files with 1 additions and 0 deletions

View File

@ -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 contentHugging<Axis>Priority: CGFloat` to `make`
* Added `var contentCompressionResistance<Axis>Priority: CGFloat` to `make`
* Added support for `UILayoutGuide` via `make.left.equalTo(guide.snp.top)`
# 0.21.0 - May 11 2016