Browse Source

Updated changelog

Robert Payne 10 years ago
parent
commit
7bf46acf4c
1 changed files with 10 additions and 7 deletions
  1. 10 7
      CHANGELOG.md

+ 10 - 7
CHANGELOG.md

@@ -1,12 +1,15 @@
-Beta
+CHANGELOG
 =======
 =======
 
 
-# Next Release
+# 0.10.0 - Next Release In Development
 
 
-* 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
+* **BREAKING:** Using `.equalTo(<EdgeInsets>)` will no longer invert the constants on the right/bottom edge. This does not affect `.offset(<EdgeInsets>)`
+* Ensure Swift 1.2 compatibility
+* Added a `Snap.Config.interfaceLayoutDirection` variable for richer Leading/Trailing support.
+* Fixed memory leaks that could occur on long lived views
 
 
-# 0.0.6 - February 11th, 2015
+# 0.9.x - March 2015
 
 
-* Renamed `maker` to `make` in all block APIs
+* 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