Skip to content

Commit

Permalink
Release 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Dion committed Jun 28, 2018
1 parent e0313f5 commit 8f252fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@

# Change Log

## [1.7.9](https://github.com/layoutBox/PinLayout/releases/tag/1.7.9)
Released on 2018-06-26

#### Fix a regression
The recent changes to PinLayout that enable the layout of CALayer has impacted the layout of UIViews.

* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#152](https://github.com/layoutBox/PinLayout/pull/152)


## [1.7.8](https://github.com/layoutBox/PinLayout/releases/tag/1.7.8)
Released on 2018-06-26

Expand Down
2 changes: 1 addition & 1 deletion PinLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |spec|
spec.name = "PinLayout"
spec.version = "1.7.8"
spec.version = "1.7.9"
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. [iOS/macOS/tvOS]"
spec.description = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS]"
spec.homepage = "https://github.com/layoutBox/PinLayout"
Expand Down

0 comments on commit 8f252fe

Please sign in to comment.