This commit is contained in:
Laurent Sansonetti
2014-10-28 17:54:27 +01:00
parent 02fb5ce2be
commit 6c669591f9

View File

@@ -8,13 +8,15 @@
`<application/> element of the project's manifest file. Values can be
either class names (ex. ".MyService") or full package paths
(ex. "com.yourcompany.Hello.MyService").
* Added Array#{*, count, pop, shift, reverse, reverse!}.
* Fixed Array#{first, last} in order to take an argument.
* Fixed a bug in the runtime when calling ambiguous Java methods where a
`nil' argument would not be considered acceptable for a Java reference.
* Fixed a bug in the compiler where defining the `onActivityResult' method
on an activity class would cause the build to fail, because the compiler
would try to conform to a Java interface that has a wrong method type.
* Added Array#{*, count, pop, shift, reverse, reverse!}.
* Fixed Array#{first, last} in order to take an argument.
* Fixed a bug in the build system where the `classes.dex' file would always
be re-generated even if it was not needed.
= RubyMotion 3.2 =