|
|
@@ -1,6 +1,13 @@
|
|
|
CHANGELOG
|
|
|
=======
|
|
|
|
|
|
+# 0.19.0 - January 21 2015
|
|
|
+
|
|
|
+* Improved `.insets()` for `width` and `height` #183
|
|
|
+* Added Carthage tvOS support #179
|
|
|
+* Added Package.swift #175
|
|
|
+* Codesign is set to Distribution on Release #181
|
|
|
+
|
|
|
# 0.15.0 - September 22 2015
|
|
|
|
|
|
* Fixed issues with layout guides on iOS 9
|
|
|
@@ -36,4 +43,4 @@ CHANGELOG
|
|
|
|
|
|
* Re-worked some internal API to allow for future updates
|
|
|
* Added `snp_prepareConstraints -> [Constraint]` which allows pre-building of constraints
|
|
|
-* Added a fatal error to `and` when it is used after relation has been set
|
|
|
+* Added a fatal error to `and` when it is used after relation has been set
|