[NEWS] Changes to REPL regarding sim recognition and @2x issues.

This commit is contained in:
Eloy Durán
2013-11-12 15:18:06 +01:00
parent ee817b561e
commit 5f44d912af

3
NEWS
View File

@@ -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.