Explorar el Código

Updated changelog

Robert Payne hace 10 años
padre
commit
cd7d183639
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      CHANGELOG.md

+ 7 - 0
CHANGELOG.md

@@ -1,6 +1,13 @@
 CHANGELOG
 =======
 
+# 0.13.0 - July 30 2015
+
+* 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
+
 # 0.11.0 - April 26 2015
 
 * Removed `final` declarations as they were causing crashes in certain circumstances