From 1fb5ecd613bd5cc55fd80e9ebeffe5e2d76c6a1e Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 23 Oct 2014 17:24:25 +0200 Subject: [PATCH] sync --- NEWS-pre | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS-pre b/NEWS-pre index 4b5fb2ea..9a1032f4 100644 --- a/NEWS-pre +++ b/NEWS-pre @@ -1,5 +1,8 @@ = RubyMotion 3.3 = + * Added the `app.features' variable that can accept an Array of String + objects that will be used to generate `' elements in the + project's manifest file. The default is an empty array. * Fixed a bug in the runtime when calling ambiguous Java methods where a `nil' argument would not be considered acceptable for a Java reference.