This commit is contained in:
Laurent Sansonetti
2014-10-23 17:24:25 +02:00
parent 53e49c1443
commit 1fb5ecd613

View File

@@ -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 `<uses-feature/>' 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.