From a9286e81e8b4498effdb5a7fcbf6e9d841f6ca6a Mon Sep 17 00:00:00 2001 From: Watson Date: Sat, 13 Jul 2013 12:29:19 +0900 Subject: [PATCH] add line in NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index fe341687..5bf9f2da 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ += RubyMotion 2.4 = + + * Fixed a bug in build system where app.deployment_target and app.sdk_version + were compared as String. Thanks to Andrew Babichev for the patch (pull + request #108). + = RubyMotion 2.4 = * Added support for iOS 7.0 Beta 3 and Xcode 5.0 DP 3.