From 77cc656d473f77604c7b618f7cb8632edbb7a83c Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Sun, 24 Aug 2014 17:50:49 +0200 Subject: [PATCH] sync --- NEWS-pre | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS-pre b/NEWS-pre index 64eeddc9..8cb79eed 100644 --- a/NEWS-pre +++ b/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 =