Browse Source

Updated changelog

Robert Payne 9 years ago
parent
commit
054d81c84f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGELOG.md

+ 1 - 1
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