Updated changelog

This commit is contained in:
Robert Payne 2016-09-14 21:28:52 +12:00
parent 5ce5527327
commit 054d81c84f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ clean up the API. As such please use with caution and check your apps thoroughly
### Breaking
* iOS 7.0 support has been removed
* `install` and `uninstall` have been removed, use `activate` and `deactivate` instead
* `install` and `uninstall` have been deprecated, use `activate` and `deactivate` instead
* DSL is now accessed through `.snp.*` rather than `.snp_*`. For example `view.snp.makeConstraints { }`
* Constraints are now updated through `update(offset:)`, `update(inset:)` and `update(priority:)`
* `.inset()` will no longer take `CGPoint` or `CGSize` as input