From 5ee6f49788da97d487042c1ac49f2d6b1a865cec Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 13 Sep 2016 22:33:43 +1200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c56898..2cc17e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +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 * 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 @@ -82,4 +83,4 @@ clean up the API. As such please use with caution and check your apps thoroughly * 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 \ No newline at end of file +* Added a fatal error to `and` when it is used after relation has been set