Updated changelog

This commit is contained in:
Robert Payne 2015-04-12 18:30:25 +12:00
parent 7aad7a4b48
commit f997f2e5c7
1 changed files with 1 additions and 1 deletions

View File

@ -3,9 +3,9 @@ CHANGELOG
# 0.10.0 - Next Release In Development # 0.10.0 - Next Release In Development
* **BREAKING:** Using `.equalTo(<EdgeInsets>)` will no longer multiply the constants on the right/bottom edge by -1. This does not affect `.offset(<EdgeInsets>)`
* **BREAKING:** The constraint making chain now utilises protocols to tighten the API's to avoid user error. This may break some syntaxes. * **BREAKING:** The constraint making chain now utilises protocols to tighten the API's to avoid user error. This may break some syntaxes.
* **BREAKING:** Semantic `and` and `with` chain variables were removed * **BREAKING:** Semantic `and` and `with` chain variables were removed
* **BREAKING:** `insets` deprecated and renamed to `inset`
* Ensure Swift 1.2 compatibility * Ensure Swift 1.2 compatibility
* Added a `Snap.Config.interfaceLayoutDirection` variable for richer Leading/Trailing support. * Added a `Snap.Config.interfaceLayoutDirection` variable for richer Leading/Trailing support.
* Fixed memory leaks that could occur on long lived views * Fixed memory leaks that could occur on long lived views