Skip to content

Commit 8f252fe

Browse files
author
Luc Dion
committed
Release 1.7.9
1 parent e0313f5 commit 8f252fe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77

88
# Change Log
99

10+
## [1.7.9](https://github.com/layoutBox/PinLayout/releases/tag/1.7.9)
11+
Released on 2018-06-26
12+
13+
#### Fix a regression
14+
The recent changes to PinLayout that enable the layout of CALayer has impacted the layout of UIViews.
15+
16+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#152](https://github.com/layoutBox/PinLayout/pull/152)
17+
18+
1019
## [1.7.8](https://github.com/layoutBox/PinLayout/releases/tag/1.7.8)
1120
Released on 2018-06-26
1221

PinLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |spec|
1010
spec.name = "PinLayout"
11-
spec.version = "1.7.8"
11+
spec.version = "1.7.9"
1212
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. [iOS/macOS/tvOS]"
1313
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]"
1414
spec.homepage = "https://github.com/layoutBox/PinLayout"

0 commit comments

Comments
 (0)