From 1d86e43dbf57cd8cc3b61c0360502337bd4e84dd Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Thu, 30 Jul 2015 19:07:16 +1200 Subject: [PATCH] Updated change log a bit more --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d812e79c..998a1f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ CHANGELOG # 0.13.0 - July 30 2015 -* Refactored `insets` to `inset` and it now accepts Float/Double/CGFloat/Int/UInt as well as EdgeInsets +* **BREAKING:** Refactored `insets` to `inset` and it now accepts Float/Double/CGFloat/Int/UInt as well as EdgeInsets * Size constraints to fixed constants like `make.width.equalTo(50)` now install directly on the from view rather than it’s superview * Debugging should generate property object pointer descriptions * Debugging now includes file/line number where the closure that created the constraint is in your code