Skip to content

Commit

Permalink
Fix Travis XCode version, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
matoushybl committed Apr 13, 2018
1 parent 67a043a commit fe604be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode9.3beta
osx_image: xcode9.3
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@
* Add better initial configuration of `TableView` and `CollectionView`
* Add styling methods for `UINavigationController` and `UITabBarController`
* Remove RxSwift and SnapKit dependencies from `Configuration` subspec
* Add Observable navigation

## 1.1.0
* Add FallbackSafeAreaInsets subspec with a basic implementation of a `safeAreaInsets` and `safeAreaLayoutGuide` fallback for iOS 10.
Expand Down

0 comments on commit fe604be

Please sign in to comment.