From e31bff8044e070cedf5b9348d759d873e2f08e34 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 2 Oct 2014 18:28:37 +0200 Subject: [PATCH] sync --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 1e49e98d..cb28a499 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ = RubyMotion 2.35 = + * Added support for iOS 8.1 (beta). You will need to install Xcode 6.1 GM + Seed in order to target it. * Fixed a bug that could occur when the only available SDKs are newer than the available BridgeSupport metadata. * [iOS] Fixed a bug where it would not symbolicate with `rake profile:device`.