mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-05 09:39:14 +08:00
sync
This commit is contained in:
5
NEWS-pre
5
NEWS-pre
@@ -19,6 +19,11 @@
|
||||
a Java class in order to be exposed to Java. Now, super-less classes will
|
||||
automatically inherit from java.lang.Object (making the super-part of
|
||||
`class MyClass < Java::Lang::Object' unnecessary).
|
||||
* Fixed a bug in the runtime when dispatching a polymorphic method where
|
||||
the expected method would not be selected. The runtime will now select
|
||||
methods when given arguments match (kind_of?) the expected types prior to
|
||||
selecting a method where an implicit coercion (ex. any object -> bool)
|
||||
would be performed.
|
||||
|
||||
= RubyMotion 3.0 beta 0.4 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user