This commit is contained in:
Laurent Sansonetti
2014-09-13 17:45:09 +02:00
parent 4ca70a7e18
commit 10690d526e

View File

@@ -8,6 +8,9 @@
* Fixed the runtime to not create global weak references when running on
Android API 13 or below. These are not supported and trying to use them
results in a crash. A better workaround will be applied later on.
* Improved the method dispatcher to use Java reflection in case a method has
not been pre-compiled at build time; this is useful when sending messages
dynamically and also when using the REPL.
= RubyMotion 3.0 beta 0.6 =