From e6eebaa6722fc5ddedf4e06c1fb370e835dee709 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 14 Aug 2014 19:38:00 -0400 Subject: [PATCH] sync --- NEWS-pre | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS-pre b/NEWS-pre index c01518ec..cbee6a83 100644 --- a/NEWS-pre +++ b/NEWS-pre @@ -3,6 +3,9 @@ * Fixed the build system to fail with a proper error message when trying to install an app on a device that runs an API version lower than the one targetted by the app itself. Patch by Mark Villacampa. + * Fixed a bug where constant lookups inside modules would cause a crash. + * Fixed a bug where methods in a module included in a module included in a + class would not be copied to that class (yeah, I know). = RubyMotion 3.0 beta 0.4 =