mirror of https://github.com/SnapKit/SnapKit
Updated Changelog
This commit is contained in:
parent
2b00e7b50c
commit
3e57a36e77
|
@ -5,9 +5,10 @@ CHANGELOG
|
|||
|
||||
* **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
|
||||
* Ensure Swift 1.2 compatibility
|
||||
* Added `update###` functions to `Constraint` so their constants and priorities can be updated
|
||||
* Added a `Snap.Config.interfaceLayoutDirection` variable for richer Leading/Trailing support.
|
||||
* Fixed memory leaks that could occur on long lived views
|
||||
* Ensure Swift 1.2 compatibility
|
||||
|
||||
# 0.9.x - March 2015
|
||||
|
||||
|
|
Loading…
Reference in New Issue