Skip to content

Commit c9e4469

Browse files
author
Adlai Holler
committed
Cut 2.7 release
1 parent 70eae57 commit c9e4469

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master
22
* Add your own contributions to the next release on the line below this with your name.
3+
4+
## 2.7
35
- Fix pager node for interface coalescing. [Max Wang](https://github.com/wsdwsd0829) [#877](https://github.com/TextureGroup/Texture/pull/877)
46
- [ASTextNode2] Upgrade lock safety by protecting all ivars (including rarely-changed ones).
57
- User FLT_EPSILON in ASCeilPixelValue and ASFloorPixelValue to help with floating point precision errors when computing layouts for 3x devices. [Ricky Cancro](https://github.com/rcancro) [#838](https://github.com/TextureGroup/Texture/pull/864)

Texture.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Texture'
3-
spec.version = '2.6'
3+
spec.version = '2.7'
44
spec.license = { :type => 'BSD and Apache 2', }
55
spec.homepage = 'http://texturegroup.org'
66
spec.authors = { 'Huy Nguyen' => 'huy@pinterest.com', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'schneider@pinterest.com', 'Adlai Holler' => 'adlai@pinterest.com' }

0 commit comments

Comments
 (0)