From 5f44d912afc51cb7fe2cc960cb630ed6d668cd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Tue, 12 Nov 2013 15:18:06 +0100 Subject: [PATCH] [NEWS] Changes to REPL regarding sim recognition and @2x issues. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 0a380ee2..6183a95a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ = RubyMotion 2.15 = + * Improve REPL to recognize Simulator at any scale and orientation. The only + unsupported variant at this time is a Simulator window with scroll bars. + * Fix REPL<->Simulator coordinate translation when run on a Retina Mac. * Improved dispatching of shortcut methods (ex foo= is shortcut of setFoo:). 20 times faster. * Improved the performance where Fixnum and Float are returned. 20% faster.