From 9fb423620a36ba73f7b75f529018f9ab8c608b67 Mon Sep 17 00:00:00 2001 From: Justin Anderson Date: Tue, 29 Aug 2017 10:17:04 -0400 Subject: [PATCH] v2.4.0 --- BrickKit.podspec | 2 +- CHANGELOG.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/BrickKit.podspec b/BrickKit.podspec index 639df9d..c11ea94 100644 --- a/BrickKit.podspec +++ b/BrickKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'BrickKit' - s.version = '2.3.0' + s.version = '2.4.0' s.summary = 'BrickKit: a smart, easy, and consistent way of making layouts in iOS and tvOS.' s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index adfec2d..a16de0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [2.4.0](https://github.com/wayfair/brickkit-ios/tree/2.4.0) (2017-08-29) +[Full Changelog](https://github.com/wayfair/brickkit-ios/compare/2.3.0...2.4.0) + +**Closed issues:** + +- Better logging [\#63](https://github.com/wayfair/brickkit-ios/issues/63) + +**Merged pull requests:** + +- Fixed performance of height recalculation [\#180](https://github.com/wayfair/brickkit-ios/pull/180) ([rubencagnie](https://github.com/rubencagnie)) +- Image view now shows the correct image when the cell is reused [\#177](https://github.com/wayfair/brickkit-ios/pull/177) ([logannathanson](https://github.com/logannathanson)) +- Checks if \_brick!=nil before calling framesDidLayout\(\). [\#176](https://github.com/wayfair/brickkit-ios/pull/176) ([ablokker](https://github.com/ablokker)) + ## [2.3.0](https://github.com/wayfair/brickkit-ios/tree/2.3.0) (2017-08-14) [Full Changelog](https://github.com/wayfair/brickkit-ios/compare/2.2.1...2.3.0) @@ -350,4 +363,4 @@ ## [0.9.0](https://github.com/wayfair/brickkit-ios/tree/0.9.0) (2016-10-20) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*