Skip to content

Commit 51e6fff

Browse files
committed
Update version to 1.8.11
1 parent 3cd8476 commit 51e6fff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77

88
# Change Log
99

10+
## [1.8.11](https://github.com/layoutBox/PinLayout/releases/tag/1.8.11)
11+
Released on 2019-10-03
12+
13+
#### Improve method that validates `width` and `height` values
14+
15+
* Method that set the `width` and `height` now validates even more parameter, by checking NaN and Infinity values.
16+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#206](https://github.com/layoutBox/PinLayout/pull/206)
17+
18+
1019
## [1.8.10](https://github.com/layoutBox/PinLayout/releases/tag/1.8.10)
1120
Released on 2019-09-16
1221

PinLayout.podspec

+1-1
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.8.10"
11+
spec.version = "1.8.11"
1212
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast."
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/CALayer]"
1414
spec.homepage = "https://github.com/layoutBox/PinLayout"

0 commit comments

Comments
 (0)