From 60ec27090319e742f1c623ce4af86065fedfb03b Mon Sep 17 00:00:00 2001 From: Watson Date: Tue, 28 May 2013 09:30:39 +0900 Subject: [PATCH] add line in NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 467f25f2..17ba51fa 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ method if the method was called before removing. * Fixed a bug where it would hold an object if it would call the #initXXX in the #initialize of a class inherited Objective-C class. + * Added a feature which passing the arguments on launching app. + (Ex app.arguments_passed_on_launch = "-com.apple.CoreData.SQLDebug 1") = RubyMotion 2.0 =