mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-13 22:45:27 +08:00
sync
This commit is contained in:
6
NEWS-pre
6
NEWS-pre
@@ -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 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user