diff --git a/NEWS b/NEWS index d263b16b..e8e51010 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ = RubyMotion 2.36 = + * Added ARM64 support (64-bit) for iOS. It is not yet enabled by default, + in order to do so, add the following line to your project's Rakefile: + app.archs['iPhoneOS'] |= ['arm64'] * [Vendor] Fixed a bug where Xcode 6 would cache precompiled headers in a hidden location and subsequent builds could fail after cleaning. * [Vendor] Fixed a bug where a failed build could cause subsequent builds to