This commit is contained in:
Laurent Sansonetti
2014-08-24 17:50:49 +02:00
parent 85a996e335
commit 77cc656d47

View File

@@ -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 =