From fb94e5edf026cb2a4b2ca8b157d5bd4fcba798ac Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 11 Sep 2014 16:23:16 +0200 Subject: [PATCH] sync --- NEWS-pre | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS-pre b/NEWS-pre index 68ac9746..f5724baa 100644 --- a/NEWS-pre +++ b/NEWS-pre @@ -1,3 +1,10 @@ += RubyMotion 3.0 beta 0.7 = + + * Added the REPL (interactive console). Works on an USB-connected device. + The REPL will start automatically upon `rake device' and logs will still + be printed in the terminal. + * Added the following Kernel methods: sleep. + = RubyMotion 3.0 beta 0.6 = * Added the Kernel module and moved all methods pre-defined on Object that