Skip to content

Commit c9e4469

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
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

+1-1
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' => '[email protected]', 'Garrett Moon' => '[email protected]', 'Scott Goodson' => '[email protected]', 'Michael Schneider' => '[email protected]', 'Adlai Holler' => '[email protected]' }

0 commit comments

Comments
 (0)