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.