diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e7b43c..61d53317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +v1.0.2 +====== + +* Bug fix for array greaterThanOrEqualTo or lessthanOrEqualTo attributes ([#377](https://github.com/SnapKit/Masonry/pull/377)) +* Bug fix for Podfile so examples work again ([#374](https://github.com/SnapKit/Masonry/pull/374)) +* Improve view distribution performance ([#374](https://github.com/SnapKit/Masonry/pull/362)) +* Unshare pod schemes ([#374](https://github.com/SnapKit/Masonry/pull/352)) + + v1.0.1 ======