From 054d81c84f884af3bcf2c4333073567f748499e9 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Wed, 14 Sep 2016 21:28:52 +1200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd5d34..7d72f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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