From 10690d526e2753091a50ee7f6df723e01ad59a48 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Sat, 13 Sep 2014 17:45:09 +0200 Subject: [PATCH] sync --- NEWS-pre | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS-pre b/NEWS-pre index 91fc8073..839eae5f 100644 --- a/NEWS-pre +++ b/NEWS-pre @@ -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 =