From 1071951dc9adf17a3eb060c309a6255dafaee0e1 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Thu, 19 May 2016 17:02:10 +1200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f7dee..4d9c2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ CHANGELOG # 0.30.0.beta1 - May 19 2016 -** SnapKit 0.20.0 ** is a complete re-write to take advantage of modern Swift as well as +** SnapKit 0.30.0 ** is a complete re-write to take advantage of modern Swift as well as clean up the API. As such please use with caution and check your apps thoroughly * All APIs are now accessed via `.snp.*` rather than `.snp_*`. For example you now do `view.snp.makeConstraints {…}`