mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 22:42:55 +08:00
sync
This commit is contained in:
4
NEWS-pre
4
NEWS-pre
@@ -13,6 +13,10 @@
|
||||
* Fixed the compiler to handle Java methods re-definition in Ruby subclasses.
|
||||
* Fixed the compiler to expose to Java classes that inherit from pure-Ruby
|
||||
classes (and not just Java classes).
|
||||
* Fixed a limitation in the compiler where classes had to inherit from
|
||||
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).
|
||||
|
||||
= RubyMotion 3.0 beta 0.4 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user