Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jay18001 committed Aug 29, 2017
1 parent e732c03 commit 9fb4236
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BrickKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit 9fb4236

Please sign in to comment.