Updated changelog

This commit is contained in:
Robert Payne 2016-05-19 17:02:10 +12:00
parent a837c94c8b
commit 1071951dc9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ CHANGELOG
# 0.30.0.beta1 - May 19 2016 # 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 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 {…}` * All APIs are now accessed via `.snp.*` rather than `.snp_*`. For example you now do `view.snp.makeConstraints {…}`